I hereby claim:
- I am mamorunl on github.
- I am mamorunl (https://keybase.io/mamorunl) on keybase.
- I have a public key ASAVlyDmee--z-0I-PhYX11FcVehwTeXgvvLLmEIkiES6go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <template> | |
| <tr> | |
| <td> | |
| <select name="invoice_lines[1][product_id]" class="form-control _select-product_id" v-on:change="fillFields" v-model="product_id"> | |
| <option value="0">@lang('mamorunl::invoices.invoice_lines.messages.select_product_id')</option> | |
| <option v-for="(id, name) in products" :value="id">{{ name }}</option> | |
| </select> | |
| <input type="hidden" name="invoice_lines[1][product_code]" value="" v-model="product_code"> | |
| </td> | |
| <td> |
| $input = "yzbqklnj"; | |
| $result = "00000"; | |
| for($i = 0; $i < 999999999999; $i++) { | |
| $md5 = md5($input . "" . $i); | |
| if(!strcmp(substr($md5, 0, strlen($result)), $result)) { | |
| echo substr($md5, 0, strlen($result)), "<br>"; | |
| echo $i . "=" . $md5; | |
| break; |
| <?php $f=$b=0;foreach(str_split(file('i')[0])as$p=>$d)($f-=$d=='('?-1:1)>=0|$b?:$b=$p+1;echo"$f $b"; |