๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Storing JSON in database vs having a new column for each key

๐Ÿ“‚ Categories: Mysql

I am implementing the following model for storing user related data in my table I have 2 columns uid primary key and a meta column which stores other data

Thumbnail for Posts

stringsplit - by multiple character delimiter

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Split

i am having trouble splitting a string in c with a delimiter of For example the string abcrfd5 Should yield an array containing abc rfd 5 But I cannot seem to

Thumbnail for Posts

Unable to copy file - access to the path is denied

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Visual-Studio-2005 Access-Denied

I am using Visual Studio 2005 After taking code from version control first the cnet application runs correctly But after doing some modifications when I build

Thumbnail for Posts

Understanding Linux procpidmaps or procselfmaps

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Linux Embedded

I am trying to understand my embedded Linux applications memory use The procpidmaps utilityfile seems to be a good resource for seeing the details

Thumbnail for Posts

VIM Deleting from current position until a space

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Vim

Often when developing I am confronted with a nested object that Id like to delete from code in the middle of a line like this htmlDocWriteLineltbgtlth3gt

Thumbnail for Posts

WebRTC vs WebSocket If WebRTC can do Video Audio and Data why do I need WebSocket closed

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Websocket Webrtc

Closed This question needs to be more focused It is not currently accepting answers Want to improve this question Update the question so it focuses on one

Thumbnail for Posts

What are the differences between Pandas and NumPySciPy in Python closed

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Numpy Scipy Pandas

Closed This question is opinionbased It is not currently accepting answers Want to improve this question Update the question so it can be answered with facts

Thumbnail for Posts

What does the operator do in Java

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Operators Exponentiation

What function does the caret operator serve in Java When I try this int a 5n it gives me for n 5 returns 0 for n 4 returns 1 for n 6 returns 3 so I guess it

Thumbnail for Posts

What does the standalone directive mean in XML

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Xml

What does the standalone directive mean in an XML