I hereby claim:
- I am k1m0ch1 on github.
- I am k1m0ch1 (https://keybase.io/k1m0ch1) on keybase.
- I have a public key whose fingerprint is 4214 0AF5 D5E3 77E2 0CD8 A2F6 0208 62C1 ABC5 C7C9
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
"Everyone has a weakness, a gap in the castle wall. That weakness is usually an insecurity, an uncontrollable emotion or need; it can also be a small secret pleasure. Either way, once found, it is a thumbscrew you can turn to your advantage" - Discover Each Man's Thumbscrew, law 33, the 48 law of power
Setiap kali mengingat kata kata ini, muncul pemikiran, "bagaimana menemukan kelemahan dari diri kita sendiri yang bisa kita jadikan sebagai kelebihan kita?"
Terdengar tidak mungkin, karena bagaimana tau darimana tentang kelemahan kita ?
DATA
[PHP] | |
;;;;;;;;;;;;;;;;;;; | |
; About php.ini ; | |
;;;;;;;;;;;;;;;;;;; | |
; PHP's initialization file, generally called php.ini, is responsible for | |
; configuring many of the aspects of PHP's behavior. | |
; PHP attempts to find and load this configuration from a number of locations. | |
; The following is a summary of its search order: |
<div class="container"> | |
<div class="mb"> | |
More info on: | |
<br /><br /> | |
<a href="http://daily-dev-tips.com/posts/vanilla-javascript-string-includes/" target="_blank">Daily Dev Tips</a> | |
</div> | |
<form> | |
<div class="form-group"> | |
<label>Text</label> | |
<input type="text" name="firstname" placeholder="Firstname" pattern="[a-zA-Z0-9]+" /> |
<?php | |
namespace Config; | |
// Create a new instance of our RouteCollection class. | |
$routes = Services::routes(); | |
// Load the system's routing file first, so that the app and ENVIRONMENT | |
// can override as needed. | |
if (is_file(SYSTEMPATH . 'Config/Routes.php')) { |