I hereby claim:
- I am joshbmarshall on github.
- I am joshmarshall (https://keybase.io/joshmarshall) on keybase.
- I have a public key ASDMEVzOyTNqViR4nAGHpMnHIux6F-f7YtsOIFht8vS9yAo
To claim this, I am signing this object:
| #!/bin/bash | |
| startup_time="20:00" | |
| end_time="08:00" | |
| inactivity_time=10000 | |
| polling_interval=0.5 | |
| device=tpacpi::kbd_backlight | |
| on_value=1 | |
| off_value=0 |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /** | |
| * do the same than parse_str without max_input_vars limitation | |
| * @param $string array string to parse | |
| * @return array query parsed | |
| **/ | |
| function my_parse_str($string) { | |
| $result = array(); | |
| // find the pairs "name=value" |