Skip to content
View sinancan34's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report sinancan34

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. yandex-full-size-image yandex-full-size-image
    1
    var images = [];
    2
     
    3
    document.querySelectorAll('a.serp-item__link').forEach(function(i){
    4
        var href = i.href;
    5
        var splt1 = href.split('img_url=');
  2. Hariç Tutulacak Yerleşimler Hariç Tutulacak Yerleşimler
    1
    play-free-online-games.com
    2
    boardgamegeek.com
    3
    freeonlinegames.com
    4
    share-games.com
    5
    gamesites200.com
  3. csv-to-elasticsearch csv-to-elasticsearch
    1
    #!/bin/bash
    2
    
                  
    3
    while IFS=, read date country device page query clicks impressions ctr position
    4
    do
    5
    case $date in
  4. twitter-follow twitter-follow
    1
    document.querySelectorAll("div[data-testid$='-follow']").forEach(function(e){e.click()})
  5. notebooks notebooks Public

    Jupyter Notebook

  6. android-installs-to-bigquery.gs android-installs-to-bigquery.gs
    1
    function main()
    2
    {
    3
      var bigquery_project_id = 'xxxx-xxxx';
    4
      var bigquery_dataset_id = 'xxxx_xxxx';
    5