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
34124
posted 5 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
4808
posted 7 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
1628
posted 9 years ago by martinson
Code to add the calender webpart on SharePoint Online by Powershell
0
3398
posted 9 years ago by ashusah
let commandOutput = executeCommand("/bin/echo", ["Hello, I am here!"])
println("Command output: \(commandOutput)")
0
3400
posted 10 years ago by nguyenvu
cd to directory, then run the line below to change any spaces in a filename to hyphens
0
4328
posted 11 years ago by flatearthcomms
Zip all files in a directory files into separate archives
0
3757
posted 11 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
3408
posted 12 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
3762
posted 12 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
3408
posted 12 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
3569
posted 12 years ago by adove
Open Windows Explorer to the SharePoint 2013 hive using a batch file. Double-click the batch file.
0
3669
posted 12 years ago by adove
This can load live map JSON data from Expression Engine Database Locations Entry.
0
3347
posted 12 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
3402
posted 12 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
3464
posted 12 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
4788
posted 12 years ago by telltec