Welcome To Snipplr


Everyone's Recent Snippets



Augmented Reality in HTML
0 12565 posted 6 years ago by freediver
It works for me
0 13001 posted 6 years ago by cerxx
Redirect HTTP to HTTPS in Apache
0 11898 posted 6 years ago by cerxx
There is no need to use jQuery particularly to manipulate cookies.
0 8997 posted 6 years ago by cerxx
Get User IP By jQuery Ajax
0 9870 posted 6 years ago by cerxx
Default session time in PHP is 1440 seconds (24 minutes) and the Default session storage path is temporary folder/tmp on server.
0 9511 posted 6 years ago by interviewqueries
In Laravel you can use "IN" query as Using Eloquent $data = YourModel::whereIn('id', array(1, 2, 3))->get(); Using DB Query builder $data = DB::table('your_table')->whereIn('id', array(1, 2, 3))->get();
0 8311 posted 6 years ago by interviewqueries
Get the Value of the Custom Field Using the Shortcode
0 22268 posted 6 years ago by cerxx
convert numbers to letters Ce module permet de convertir un chiffre entier de 0 à 99999999999999. La méthode utilisée est la décomposition du chiffre par récursivité. nous divisons le chiffre par les éléments suivant : 10^9 (milliard) 10^6 (...
0 12386 posted 6 years ago by martinbrait
list all the files in a directory
0 4700 posted 6 years ago by martinbrait
convert numbers to letters (french) V2
0 4957 posted 6 years ago by martinbrait
convert numbers to text (french) V1
0 5530 posted 6 years ago by martinbrait
count the number of files in a directory
0 5096 posted 6 years ago by martinbrait
count the number of folders in a directory
0 4421 posted 6 years ago by martinbrait
count the folders and subfolders of a directory
0 4544 posted 6 years ago by martinbrait
list files from directory and subdirectory into a table 'On déclare une arraylist qui contiendra tous les fichiers
0 6027 posted 6 years ago by martinbrait
How to create, copy, move, delete a file? Pour créer, copier, déplacer ou supprimer un fichier, on utilise la classe System.IO.File
0 4036 posted 6 years ago by martinbrait
Read a file with the file function
0 4145 posted 6 years ago by martinbrait
read the first line of text of a file on the server To read the first line of text in your file: The fgets () function retrieves the first 4096 characters from the first line of your file.
0 4393 posted 6 years ago by martinbrait
How to list directories and subdirectories in an excel sheet ?
0 7887 posted 6 years ago by martinbrait
How to list files in directories and subdirectories ?
0 4910 posted 6 years ago by martinbrait
How to list files, with details, in an excel sheet
0 4550 posted 6 years ago by martinbrait
How to list recursively files, in an excel sheet ?
0 4333 posted 6 years ago by martinbrait
How to list files from a directory ?
0 4165 posted 6 years ago by martinbrait
rechercher une valeur dans une variable tableau (Array) en VBA Find some value into an array
0 5021 posted 6 years ago by martinbrait
List of access database queries Pour tester, ouvre la fenêtre de Debug (CTRL G), et tapes-y 'ListeRequetes' et appuye sur la touche [Entrée].
0 4210 posted 6 years ago by martinbrait
Here is a code that force to fire a click on iOS devices, where there is first a touchstart event
0 4144 posted 6 years ago by cerxx
Funktioniert auch in Partials etc... Z.B.: bootstrap_package/Resources/Private/Partials/Page/Navigation/Main.html
0 4171 posted 6 years ago by xtine777
List only certain files in a folder with PHP Lists only certain files extensions as links on a page from a defined folder
0 4379 posted 6 years ago by martinbrait