๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Replace words in a string - Ruby

๐Ÿ“‚ Categories: Ruby
๐Ÿท๏ธ Tags: Ruby-On-Rails-3

I have a string in Ruby sentence My name is Robert How can I replace any one word in this sentence easily without using complex code or a

Thumbnail for Posts

Sending POST data in Android

๐Ÿ“‚ Categories: Java

Im experienced with PHP JavaScript and a lot of other scripting languages but I dont have a lot of experience with Java or Android Im looking for a way to send

Thumbnail for Posts

Set attribute without value

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Jquery Attributes Attr

How do I set a data attribute without adding a value in jQuery I want this ltbody databodygt I tried bodyattrdatabody this is a getter not working

Thumbnail for Posts

Shortest way to print current year in a website

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Html Date

I need to update a few hundred static HTML pages that have the copyright date hard coded in the footer I want to replace it with some JavaScript that will

Thumbnail for Posts

Tracing XML requestresponses with JAX-WS

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Web-Services Jax-Ws

Is there an easy way aka not using a proxy to get access to the raw requestresponse XML for a webservice published with JAXWS reference implementation the one

Thumbnail for Posts

Unable to create Android Virtual Device

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

For some reason the OK button is not clickable when I try to create an AVD Does anyone know what Im doing

Thumbnail for Posts

unadd a file to svn before commit

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

I was in the middle of doing a recursive svn addcommit and a folder which did not have the proper ignore properties was included Ive got about 100 uploaded

Thumbnail for Posts

Update value of a nested dictionary of varying depth

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

Im looking for a way to update dict dictionary1 with the contents of dict update wihout overwriting levelA dictionary1 level1 level2 levelA 0 levelB 1 update

Thumbnail for Posts

Uppercase or lowercase doctype

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Doctype

When writing the HTML5 doctype what is the correct method ltDOCTYPE htmlgt or ltdoctype