Skip to content

Instantly share code, notes, and snippets.

View techonomics69's full-sized avatar
:octocat:
Focusing

Christian Anderson techonomics69

:octocat:
Focusing
View GitHub Profile
/**
* Retrieves all the rows in the active spreadsheet that contain data and logs the
* values for each row.
* For more information on using the Spreadsheet API, see
* https://developers.google.com/apps-script/service_spreadsheet
*/
function readRows() {
var sheet = SpreadsheetApp.getActiveSheet();
var rows = sheet.getDataRange();
var numRows = rows.getNumRows();
@techonomics69
techonomics69 / impossible-checkbox-v2.markdown
Created January 11, 2023 23:28
Impossible Checkbox v2 🐻
@techonomics69
techonomics69 / zocdocReviews.py
Created October 12, 2022 16:59 — forked from MahsaZahery/zocdocReviews.py
Scraping zocdoc using Scrapy and Selenium
import time
from scrapy import Spider, Request
from zocdoc.items import ZocdocItem
from scrapy_splash import SplashRequest
from scrapy.http import HtmlResponse
from selenium import webdriver
class ZocdocreviewsSpider(Spider):
name = 'zocdocReviews'
@techonomics69
techonomics69 / zocdocReviews.py
Created October 12, 2022 16:59 — forked from MahsaZahery/zocdocReviews.py
Scraping zocdoc using Scrapy and Selenium
import time
from scrapy import Spider, Request
from zocdoc.items import ZocdocItem
from scrapy_splash import SplashRequest
from scrapy.http import HtmlResponse
from selenium import webdriver
class ZocdocreviewsSpider(Spider):
name = 'zocdocReviews'
@techonomics69
techonomics69 / index.html
Created October 1, 2021 17:16
Portal scene - threejs-journey.xyz
<canvas class="webgl"></canvas>
<script id="firefliesVertexShader" type="x-shader/x-vertex">
uniform float uPixelRatio;
uniform float uSize;
uniform float uTime;
attribute float aScale;
void main() {
vec4 modelPosition = modelMatrix * vec4(position, 1.0);
modelPosition.y += sin(uTime + modelPosition.x * 100.0) * aScale * 0.2;
modelPosition.z += cos(uTime + modelPosition.x * 100.0) * aScale * 0.2;
@techonomics69
techonomics69 / CrapCoin.sol
Created August 11, 2021 14:24
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.5.17+commit.d19bba13.js&optimize=false&runs=200&gist=
pragma solidity >=0.4.22 <0.6.0;
contract owned {
address public owner;
constructor() public {
owner = msg.sender;
}
modifier onlyOwner {
@techonomics69
techonomics69 / index.html
Created November 14, 2020 14:06
techonomicsport
<a id="top"></a>
<a href="#top" class="arrow-up backToTop">
<span class="left-arm"></span>
<span class="right-arm"></span>
<span class="arrow-slide"></span>
</a>
<!-- OUTSIDE OF SCROLL -->
@techonomics69
techonomics69 / index.html
Created September 20, 2020 10:19
Pricing - pure css
<a href="https://front.codes/" class="logo" target="_blank">
</a>
<div class="section over-hide">
<div class="container">
<div class="row full-height justify-content-center">
<div class="col-12 text-center align-self-center py-5">
<div class="section text-center py-5 py-md-0">
<input class="pricing" type="checkbox" id="pricing" name="pricing"/>