Skip to content

Instantly share code, notes, and snippets.

View GuiSelair's full-sized avatar
🖖
HAHA Let's go!

Guilherme Selair GuiSelair

🖖
HAHA Let's go!
View GitHub Profile
@manishtiwari25
manishtiwari25 / country_state.json
Last active May 19, 2024 13:42
List Of Countries With States And Other Useful Information, Updated On 05/19/2024 13:42:39
[
{
"name": "Andorra",
"countryCode": "AD",
"countryCodeAlpha3": "AND",
"phone": "376",
"currency": "EUR",
"flag": "http://img.geonames.org/flags/x/ad.gif",
"symbol": "\u20AC",
"stateProvinces": [
@ChriRas
ChriRas / readme.md
Last active May 20, 2024 06:15
Set up default audio device on Ubuntu 20.04 LTS

Problem

I have a notebook connected to a port replicator. I want to use the build-in speakers and microfone and not the external ones. If I boot my notebook in my port replicator Ubuntu changes the devices to external.

Solution

  1. Find your internal speaker
pactl list short sinks
@keeguon
keeguon / countries.json
Created April 5, 2012 11:11
A list of countries in JSON
[
{name: 'Afghanistan', code: 'AF'},
{name: 'Åland Islands', code: 'AX'},
{name: 'Albania', code: 'AL'},
{name: 'Algeria', code: 'DZ'},
{name: 'American Samoa', code: 'AS'},
{name: 'AndorrA', code: 'AD'},
{name: 'Angola', code: 'AO'},
{name: 'Anguilla', code: 'AI'},
{name: 'Antarctica', code: 'AQ'},
@diego3g
diego3g / settings.json
Last active May 21, 2024 13:06
VSCode Settings (Updated)
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 14,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [80, 120],
"extensions.ignoreRecommendations": true,
"typescript.tsserver.log": "off",
"files.associations": {