Skip to content

Instantly share code, notes, and snippets.

{"lastUpload":"2021-03-27T15:32:38.931Z","extensionVersion":"v3.4.3"}
@milivojsa
milivojsa / README.md
Created February 6, 2019 18:19 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
<?php
namespace App\Services;
use Storage;
class FileService
{
/**
* @param \Illuminate\Http\UploadedFile $file
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
@milivojsa
milivojsa / gist:dca30e9814756a6b17cf41e70e25fbbf
Created August 6, 2018 13:04 — forked from mrtns/gist:78d15e3263b2f6a231fe
Upgrade Chrome from Command Line on Ubuntu
# Install
# via http://askubuntu.com/questions/510056/how-to-install-google-chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
sudo apt-get update
sudo apt-get install google-chrome-stable
# Update
{
"always_show_minimap_viewport": true,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": "bs3",
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":