Skip to content

Instantly share code, notes, and snippets.

View sudheeshms's full-sized avatar

Sudheesh MS sudheeshms

View GitHub Profile
@sudheeshms
sudheeshms / History|-1034f0c8|entries.json
Last active December 14, 2022 04:07
VS_Code_Settings_Sync
{"version":1,"resource":"file:///Users/sudheesh.ms/Documents/PROJECTS/RAFL_Codebase/aflrms_laravel/app/Http/Controllers/PromotionApiController.php","entries":[{"id":"x5mG.php","timestamp":1665482164916}]}
@sudheeshms
sudheeshms / JapaneseRegex.js
Created January 25, 2019 03:34 — forked from ryanmcgrath/JapaneseRegex.js
Regex to test for presence of Japanese characters
// REFERENCE UNICODE TABLES:
// http://www.rikai.com/library/kanjitables/kanji_codes.unicode.shtml
// http://www.tamasoft.co.jp/en/general-info/unicode.html
//
// TEST EDITOR:
// http://www.gethifi.com/tools/regex
//
// UNICODE RANGE : DESCRIPTION
//
// 3000-303F : punctuation
@sudheeshms
sudheeshms / selenium-php-webdriver-cheatsheet.md
Last active July 31, 2018 07:58 — forked from aczietlow/selenium-php-webdriver-cheatsheet.md
Cheat sheet for using php webdriver (facebook/webdriver).

Webdriver PHP API workthough

  • Open a browser

    # start an instance of firefox with selenium-webdriver
    
    $browser_type = 'firefox'
    $host = 'http://localhost:4444/wd/hub'
    

$capabilities = array(\WebDriverCapabilityType::BROWSER_NAME => $browser_type);

"package-sync-plus":
prettyName: "Package Sync Plus"
homepage: "https:/atom.io/packages/package-sync-plus"
"package-sync-plus":
prettyName: "Package Sync Plus"
homepage: "https:/atom.io/packages/package-sync-plus"