Skip to content

Instantly share code, notes, and snippets.

@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active November 16, 2024 03:35
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@mamboer
mamboer / macOS-Software-list.md
Last active November 16, 2024 03:34
macOS 软件推荐 - Apple Silicon(2023.12)

一、系统增强工具

顾名思义,基本都是在系统已有的功能上进行增强,例如截图工具

homebrew–软件包管理

主页:brew.sh

官方安装方式:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
@anonaba
anonaba / _postgresql.md
Last active November 16, 2024 03:35
PostgreSQL Notes

PostgreSQL Notes

  • how to write the correct data type to a particular value?
@JuanTeix
JuanTeix / imc.js
Created November 22, 2014 16:03
CALCULADORA DE INDICE DE MASA CORPORAL
var imc
var peso
var estatura
alert("¿Quieres saber tu masa corporal?");
peso=prompt("¿cual es tu peso?"),("80");
peso = parseInt(peso);
estatura=prompt("¿cual es tu estatura?",("1.65"));
var mult= (estatura*estatura);

Hey there!

Thanks for taking the time to work on this assignment!

Through this exercise, we hope to acquaint you with some of our day-to-day work at Ascenda. We hope you'll make full use of the time limit, chew through the problem, and take a good shot at it. Don't worry -- this isn't a leetcode exercise, we'll focus more on clean code than memory optimization.

Background

In any hotels site like Kaligo.com operated by Ascenda, there's a lot of effort being made to present content in a clean & organised manner. Underneath the hood however, the data procurement process is complex and data is often mismatched & dirty.

@edjdavid
edjdavid / pp_motion_interp.md
Created August 13, 2020 12:39
PotPlayer Motion Interpolation
@happyhour112
happyhour112 / categories.dart
Created November 16, 2024 00:51
Asset Tracker - Session 7
import 'package:flutter/material.dart';
import 'package:asset_tracker/models/category.dart';
const categories = {
Categories.ai: Category(
'Artificial Intelligence',
Color.fromARGB(255, 26, 188, 156),
),
Categories.dao: Category(
'Decentralized Autonomous Organization',
@grcatlin
grcatlin / apple_watch.R
Created March 15, 2023 20:47
Apple Watch Data in R
library(XML)
library(data.table)
library(lubridate)
library(ggplot2)
library(stringr)
library(leaflet)
# import and divide xml file ----------------------------------------------
# import
@itsnebulalol
itsnebulalol / 01_VerizonAPI.md
Last active November 16, 2024 03:18
Reverse engineered Verizon API

Verizon API

  • Reversed using Firefox Network Inspector
  • Python POC to see usage data is attached

secure.verizon.com

@iam-veeramalla
iam-veeramalla / aws_resource_list.sh
Created August 14, 2024 13:50
Script to automate the process of listing all the resources in an AWS account
#!/bin/bash
###############################################################################
# Author: Abhishek Veeramalla
# Version: v0.0.1
# Script to automate the process of listing all the resources in an AWS account
#
# Below are the services that are supported by this script:
# 1. EC2