๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

PHP convert XML to JSON

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

I am trying to convert xml to json in php If I do a simple convert using simple xml and jsonencode none of the attributes in the xml show xml

Thumbnail for Posts

Prevent the keyboard from displaying on activity start

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

I have an activity with an Edit Text input When the activity is initialized the Android keyboard is shown How can the keyboard remain hidden until the user

Thumbnail for Posts

Print Var in JsFiddle

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

How would I print something to the result screen in JsFiddle from my JavaScript I cant use documentwrite it doesnt allow it neither print What should I

Thumbnail for Posts

Rails ActiveRecord date between

๐Ÿ“‚ Categories: Programming

I need to query comments made in one day The field is part of the standard timestamps is createdat The selected date is coming from a dateselect How can I use

Thumbnail for Posts

React-router and nginx

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Nginx React-Router

I am transitioning my react app from webpackdevserver to nginx When I go to the root url localhost8080login I simply get a 404 and in my nginx log I see that

Thumbnail for Posts

Read only file system on Android

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

I recently rooted my Droid X and everything seems to be working perfectly I made some changes to buildprop and when I do adb push buildprop system I get the

Thumbnail for Posts

Regex to validate date formats ddmmYYYY dd-mm-YYYY ddmmYYYY dd mmm YYYY dd-mmm-YYYY ddmmmYYYY ddmmmYYYY with Leap Year Support

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

I need to validate a date string for the format ddmmyyyy with a regular expresssion This regex validates ddmmyyyy but not the invalid dates like 31024500

Thumbnail for Posts

returning in the middle of a using block

๐Ÿ“‚ Categories: C#

Something like using IDisposable disposable GetSomeDisposable return Stg I believe it is not a proper place for a return statement is

Thumbnail for Posts

Setting PATH environment variable in OSX permanently

๐Ÿ“‚ Categories: Bash

I have read several answers on how to set environment variables on OSX permanently First I tried this How to permanently set PATH on LinuxUnix but I had an