๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Why is the gets function so dangerous that it should not be used

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: C Fgets Buffer-Overflow Gets

When I try to compile C code that uses the gets function with GCC I get this warning text0x34 warning the gets function is dangerous and should not be used I

Thumbnail for Posts

X-UA-Compatible contentIE9 IE8 IE7 IEEDGE

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Internet-Explorer X-Ua-Compatible

ltmeta httpequivXUACompatible contentIE9 IE8 IE7 IEEDGE gt Actually what is the meaning of this statement Some of the examples use to separate versions of IE

Thumbnail for Posts

Adding a newline into a string in C

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

I have a string string strToProcess fkdfdsfdflkdkfkdfsdfjk72388389kdkfkdfkkljkdjkfjdjjjk I need to add a newline after every occurence of symbol in the string

Thumbnail for Posts

Angular 2 Show and Hide an element

๐Ÿ“‚ Categories: Typescript
๐Ÿท๏ธ Tags: Angular

Im having a problem hiding and showing an element depending of a boolean variable in Angular 2 this is the code for the div to show and hide ltdiv

Thumbnail for Posts

ASPNET webconfig configSource vs file attributes

๐Ÿ“‚ Categories: Programming

Within an webconfigfile in an ASPNETapplication some sections of config like appSettings and connectionStrings supports the attributes file and configSource

Thumbnail for Posts

Assertion failure in dequeueReusableCellWithIdentifierforIndexPath

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Ios Objective-C Uitableview

So I was making an rss reader for my school and finished the code I ran the test and it gave me that error Here is the code its referring to UITableViewCell

Thumbnail for Posts

Batch file to copy files from one folder to another folder

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Batch-File File-Io

I have a storage folder on a network in which all users will store their active data on a server Now that server is going to be replaced by a new one due to

Thumbnail for Posts

Can I set a breakpoint on memory access in GDB

๐Ÿ“‚ Categories: C++

I am running an application through gdb and I want to set a breakpoint for any time a specific variable is accessed changed Is there a good method for doing

Thumbnail for Posts

Case-Insensitive List Search

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: List Search Case-Insensitive

I have a list testList that contains a bunch of strings I would like to add a new string into the testList only if it doesnt already exist in the list