๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Can I change the color of Font Awesomes cog icon

๐Ÿ“‚ Categories: Html

I have to wrap my icon within an ltagt tag for some reason Is there any possible way to change the color of a fontawesome icon to black or is it impossible as

Thumbnail for Posts

Cannot open backup device Operating System error 5

๐Ÿ“‚ Categories: Programming

Below is the query that I am using to backup create a bak my database However whenever I run it I always get this error message Msg 3201 Level 16 State 1 Line

Thumbnail for Posts

Capturing mobile phone traffic on Wireshark

๐Ÿ“‚ Categories: Programming

How can I capture mobile phone traffic on

Thumbnail for Posts

Changing PowerShells default output encoding to UTF-8

๐Ÿ“‚ Categories: Programming

By default when you redirect the output of a command to a file or pipe it into something else in PowerShell the encoding is UTF16 which isnt useful Im looking

Thumbnail for Posts

Check whether a cell contains a substring

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Excel Excel-Formula

Is there an inbuilt function to check if a cell contains a given charactersubstring It would mean you can apply textual functions like LeftRightMid on a

Thumbnail for Posts

Clear back stack using fragments

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Android Android-Fragments

I ported my Android app to honeycomb and I did a big refactor in order to use fragments In my previous version when I pressed the Home button I used to do a

Thumbnail for Posts

Combining conda environmentyml with pip requirementstxt

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Pip Anaconda Conda

I work with conda environments and need some pip packages as well eg precompiled wheels from gohlke At the moment I have two files environmentyml for conda

Thumbnail for Posts

Convert normal date to unix timestamp

๐Ÿ“‚ Categories: Javascript

How can I convert normal date 20120810 to unix timestamp in javascript Fiddle httpjsfiddlenetJ2pWj Ive seen many posts here that convert it in PHP Ruby etc But

Thumbnail for Posts

convert streamed buffers to utf8-string

๐Ÿ“‚ Categories: Node.js
๐Ÿท๏ธ Tags: Node.js

I want to make a HTTPrequest using nodejs to load some text from a webserver Since the response can contain much text some Megabytes I want to process each