ssh -L 12345:localhost:5984 user@website.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (ns clj-ebay.main | |
| (:require [overtone.at-at :as schedule] | |
| [clj-ebay.core] | |
| [clj-ebay.finding :as finder]) | |
| (:gen-class)) | |
| (def my-pool (schedule/mk-pool)) | |
| (defn search-from-ebay | |
| "comment" | |
| [searched-key max-price] | |
| (let [result (finder/find-items-advanced {:entries-per-page "1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ frankenstein https://github.com/j-delaney/easy-application | |
| Found: master for j-delaney/easy-application — 382 software engineering companies that are easy to apply to — 3298⭐️ — last updated 1 day ago | |
| 🏃 Processing links for j-delaney/easy-application ... | |
| 🔎 Checking 395 links | |
| ⚪ https://bitly.com/pages/careers | |
| ✅ https://jobs.lever.co/21 | |
| ✅ https://www.acorns.com/careers | |
| 🔶 301 https://www.academia.edu/hiring | |
| ✅ https://www.a9.com/careers/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $("<style>.overlay { position:absolute; background-color: white; top:0; left:0; width:100%; height:100%; z-index:1000; } .loader { position: fixed; top: 1em; padding: 15px; maring: 15px; border: 1px solid #000000; border-radius: 10px; background-color: #CC0000; color: #FFFFFF; right: 1em; z-index: 999999999999; }</style>").appendTo("head"); | |
| $("body").append("<div id='overlay' class='overlay'></div><div id='loader' class='loader'><b>Bezig met inladen en sorteren ...</b></div>"); | |
| maxProducts = prompt("Hoeveel producten wil je inladen? (max. 500)"); | |
| var app = setInterval(function(){ | |
| if ($(".feed-product-item").length < maxProducts){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <GetCategoryInfoResponse | |
| xmlns="urn:ebay:apis:eBLBaseComponents"> | |
| <Timestamp>2017-10-01T16:03:11.356Z</Timestamp> | |
| <Ack>Success</Ack> | |
| <Build>E1033_CORE_APILW_18542200_R1</Build> | |
| <Version>1033</Version> | |
| <CategoryArray> | |
| <Category> | |
| <CategoryID>1</CategoryID> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %w{csv mechanize pp mongo peach parallel}.each { |x| require x } | |
| include Mongo | |
| @coll = MongoClient.new("localhost", 27017)['etsy']['stores'] | |
| def extracted url | |
| @agent = Mechanize.new { |agent| agent.user_agent_alias = 'Mac Safari' } #resets cookies, prevent some tracking | |
| page = @agent.get url |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I found this list by chance. It is located at: https://code.google.com/p/pentest-bookmarks/wiki/BookmarksList | |
| Its a bit old (compiled in 2012), but links may still be valid. | |
| ------------------ | |
| Hacker Media | |
| Blogs Worth It: | |
| What the title says. There are a LOT of pentesting blogs, these are the ones i monitor constantly and value in the actual day to day testing work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require __DIR__.'/vendor/autoload.php'; | |
| use \DTS\eBaySDK\Constants; | |
| use \DTS\eBaySDK\Shopping\Services; | |
| use \DTS\eBaySDK\Shopping\Types; | |
| use \DTS\eBaySDK\Shopping\Enums; | |
| $service = new Services\ShoppingService([ | |
| 'credentials' => [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .NET Compact Framework | |
| .NET Framework | |
| .NET Remoting | |
| .NET for Web | |
| 1ShoppingCart | |
| A/B Testing | |
| A2Billing | |
| ADK | |
| ADO.NET |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Ebay Variations Go Away!", | |
| "version": "0.1", | |
| "manifest_version": 2, | |
| "description": "This extension is designed to completely rid ebay search results of those annoying variations listings which are commonly abused and destroy your ability to find the cheapest item.", | |
| "homepage_url": "http://oliverstearn.com/projects?project=ebay_extension", | |
| "permissions": [ | |
| "https://*/*", | |
| "http://*/*", | |
| "tabs" |