Welcome To Snipplr
Everyone's Recent Other Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This the base code for creating adapter class which is used for filling recyclerview in android.
This snippet is written in kotlin but it is same to the java version
0
21502
posted 4 years ago by m3000
To use this free scraper for instagram business profiles you need to have account at known [web scraping service](https://www.diggernaut.com/). This scraper allow you to scrape contact details from business profiles and also indicate if profile is bu...
0
4225
posted 6 years ago by martinson
Hey guys,
Sharing my diggernaut's scripts for web scraping, hope it will be useful for you.
This is script for scraping user's accounts without logging in to instagram, so no risk. What you can get with it: all information about user (his full...
0
1140
posted 8 years ago by martinson
Code to add the calender webpart on SharePoint Online by Powershell
0
940
posted 8 years ago by ashusah
let commandOutput = executeCommand("/bin/echo", ["Hello, I am here!"])
println("Command output: \(commandOutput)")
0
993
posted 9 years ago by nguyenvu
cd to directory, then run the line below to change any spaces in a filename to hyphens
0
1829
posted 10 years ago by flatearthcomms
Zip all files in a directory files into separate archives
0
1195
posted 10 years ago by flatearthcomms
Loads an XML file and iterates through its nodes.
Uses Sample XML file from [http://msdn.microsoft.com/en-us/library/ms762271(v=vs.85).aspx](http://msdn.microsoft.com/en-us/library/ms762271(v=vs.85).aspx)
`
<?xml>
<catalog>
<book>...
0
1006
posted 11 years ago by telltec
A sample JSON representation of an Esri Web map based on the [ExportWebMap specifications](
http://resources.arcgis.com/en/help/rest/apiref/exportwebmap_spec.html)
The JSON is a parameter to be input into the [Export Web Map task](
http://sample...
0
1292
posted 11 years ago by azmi
The telnet is insecure and unencrypted protocol. The use of this unencrypted protocol could allow users to sniff network traffic and to steal sensitive information like username and password.
0
980
posted 11 years ago by danielt72
Launch DOS prompt to the SharePoint 2013 hive. To 'Run as Administrator' simply right-click on the batch file and select that option.
0
1148
posted 11 years ago by adove
Open Windows Explorer to the SharePoint 2013 hive using a batch file. Double-click the batch file.
0
1156
posted 11 years ago by adove
This can load live map JSON data from Expression Engine Database Locations Entry.
0
1019
posted 11 years ago by darith
This formula will automatically change a cell's background color if there is data in it. You can also change the formula to only fill cells where there is no data.
0
896
posted 11 years ago by kidmizere
check the file out in the browser
in spd, right click the file and choose "undo checkout"
repeat the last two steps until the checkmark goes away in spd
check the file out in spd. it should now get the latest version to edit
0
1015
posted 11 years ago by rumremix
Try to run Codeigniter in a subfolder of a Wordpress installation and want to remove index.php for clean URLs?
Put this code in a .htaccess file in your codeigniter directory ("cidir" in this example).
0
2244
posted 11 years ago by telltec