Skip to content

Instantly share code, notes, and snippets.

@mihairaulea
mihairaulea / outline.spec.js
Created October 1, 2021 14:57
Contract outline
// turn this into a blueprint with tests and publish it on github
let openSpurAccount=0;
let accountBalances[];
let openSpurCut = 5%;
function setupAccount(githubId) {
verifyRequesterIsOwner(githubId);
accountBalances[githubId] = 0;
}
<Listing>
<count>154</count>
<Ad_Type>Sale</Ad_Type>
<Unit_Type>Apartment</Unit_Type>
<Unit_Model/>
<Primary_View><![CDATA[CANAL]]></Primary_View>
<permit_number>7118374900</permit_number>
<Property_Ref_No>DP-S-39780</Property_Ref_No>
<Unit_Builtup_Area>2026</Unit_Builtup_Area>
@mihairaulea
mihairaulea / schema.json
Created January 25, 2022 17:20
src/api/homepage/content-types/homepage/schema.json
{
"kind": "singleType",
"collectionName": "homepages",
"info": {
"singularName": "homepage",
"pluralName": "homepages",
"displayName": "Homepage",
"description": ""
},
"options": {
@mihairaulea
mihairaulea / Server response
Created September 9, 2022 06:24
Server response
{"noOfResults":6325,"actualResults":[{"job_title_levels":"senior","gender":"male","job_company_linkedin_url":"linkedin.com/company/nordic-cinema-group","location_country":"sweden","location_country_sgt":"sweden","twitter_username":"mieszko","github_username":"lorkster","industry":"computer software","industry_sgt":"computer software","linkedin_username":"magnusdep","emails":["org.json.JSONObject:{\"address\":\"magnus.de.pourbaix@find-out.se\",\"type\":\"professional\"}","org.json.JSONObject:{\"address\":\"magnus.dep@gmail.com\",\"type\":\"personal\"}","org.json.JSONObject:{\"address\":\"magnusdep@gmail.com\",\"type\":\"personal\"}"],"company_industry":"entertainment","company_industry_sgt":"entertainment","full_name":"magnus de pourbaix","full_name_sgt":"magnus de pourbaix","company_name":"nordic cinema group","company_name_sgt":"nordic cinema group","id":"Gf3bABYpja1KPzmGsJznBg_0000","id_sgt":"Gf3bABYpja1KPzmGsJznBg_0000","location_locality":"stockholm","location_locality_sgt":"stockholm","job_title":"senior
{"id":"MYjmBIScYEJVlIo1IB7GCA_0000","full_name":"madhuri rajputkashyap","first_name":"madhuri","middle_initial":null,"middle_name":null,"last_name":"rajputkashyap","gender":"female","birth_year":null,"birth_date":null,"linkedin_url":"linkedin.com/in/madhuri-rajputkashyap-20510914","linkedin_username":"madhuri-rajputkashyap-20510914","linkedin_id":"48040421","facebook_url":null,"facebook_username":null,"facebook_id":null,"twitter_url":null,"twitter_username":null,"github_url":null,"github_username":null,"work_email":null,"mobile_phone":null,"industry":"animation","job_title":"animator and flash designer","job_title_role":"design","job_title_sub_role":null,"job_title_levels":[],"job_company_id":"rachnasagar-p-ltd","job_company_name":"rachnasagar p ltd","job_company_website":null, "job_company_keywords":["cloud","vps"], "job_company_technologies":["svelte","php","open-id"],"job_compay_funding":"100M", "job_company_revenue":"1.5M", "job_company_hiring_now":["product manager", "software developer"], "job_company_
{"id":"1X2s0F7cxH082fhbQzRkWw_0000","full_name":"ismail ertug","first_name":"ismail","middle_initial":null,"middle_name":null,"last_name":"ertug","gender":"male","birth_year":null,"birth_date":null,"linkedin_url":"linkedin.com/in/ismail-ertug-9889502b","linkedin_username":"ismail-ertug-9889502b","linkedin_id":"106854008","facebook_url":null,"facebook_username":null,"facebook_id":null,"twitter_url":null,"twitter_username":null,"github_url":null,"github_username":null,"work_email":null,"mobile_phone":null,"industry":"animation","job_title":null,"job_title_role":null,"job_title_sub_role":null,"job_title_levels":[],"job_company_id":null,"job_company_name":null,"job_company_website":null,"job_company_size":null,"job_company_founded":null,"job_company_industry":null,"job_company_linkedin_url":null,"job_company_linkedin_id":null,"job_company_facebook_url":null,"job_company_twitter_url":null,"job_company_location_name":null,"job_company_location_locality":null,"job_company_location_metro":null,"job_company_location_r
Country Value
United States 12394
Russia 6148
Germany (FRG) 1653
France 2162
United Kingdom 1214
China 1131
Spain 814
Netherlands 1167
Italy 660
{
"openapi": "3.0.0",
"servers": [
{
"description": "Listmonk Developement Server",
"url": "http://localhost:9000/api"
}
],
"info": {
"version": "1.0.0",
@mihairaulea
mihairaulea / collections.yaml
Last active May 3, 2023 17:25
listmonk api swagger for codegen
openapi: 3.0.0
servers:
- description: Listmonk Developement Server
url: http://localhost:9000/api
security:
- basicAuth: []
info:
We use gitlab's CI/CD pipeline and Vault to secure our environment variables.
This is a 3 hour job to reconfigure a HashiCorp Vault, point Gitlab to the new vault address and
populate Vault with the environment variables.
We will provide the Hashicorp Vault.
Here is the Gitlab script.
script:
- echo "Branch Name - ${ENVIRONMENT}"