Skip to content

Instantly share code, notes, and snippets.

View andersonunsonst's full-sized avatar

Anderson Unsonst andersonunsonst

  • Anderson Unsonst
  • Brazil
  • 17:18 (UTC -03:00)
View GitHub Profile
@andersonunsonst
andersonunsonst / main.dart
Created January 3, 2024 17:10 — forked from WeylerJorge/main.dart
Agendador Master
import 'package:flutter/material.dart';
enum TaskPriority { low, medium, high, veryHigh }
class TodoApp extends StatelessWidget {
final List<Task> tasks; // Declaração da lista de tarefas
TodoApp(
{required this.tasks}); // Atribuição da lista de tarefas no construtor
@andersonunsonst
andersonunsonst / php7_build_ubuntu.sh
Created December 8, 2016 10:21 — forked from m1st0/php_build_ubuntu.sh
Compiling PHP 7 on Ubuntu 15.04 with Various Supported Modules
#! /bin/bash
## PHP 7 Initial Compile ##
## Some help from the various places like these. ##
# http://www.zimuel.it/install-php-7/
# http://www.hashbangcode.com/blog/compiling-and-installing-php7-ubuntu
## Setup Ubuntu 15.04/15.10 ##
# Other dependencies for PHP 7. Add any missing ones from configure script
# complaints, plus some LAMP needs too.
@andersonunsonst
andersonunsonst / gist:d2c8bb667398011d03fa
Last active October 16, 2015 19:59
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after