var.clear(); // Remove todos elementos
bool vazio = var.empty(); // Vazio?
unsigned in tamanho = var.size(); // Tamanho
for (; it != var.end(); it++) //Loop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Disable Hot Corner: https://github.com/JoaoFelipe/Gnome-Shell-Extensions/tree/master/[email protected] | |
gTile: https://extensions.gnome.org/extension/28/gtile/ | |
Dojotools icon: https://github.com/JoaoFelipe/Gnome-Shell-Extensions/tree/master/[email protected] | |
Panel Docklet S: https://extensions.gnome.org/extension/105/panel-docklet/ | |
Theme Activities Button: https://github.com/JoaoFelipe/Gnome-Shell-Extensions/tree/master/[email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" internet_arduino_interface.py | |
Purpose: Mid term demo | |
Author: Tiago Pimentel | |
[email protected] | |
Joao Felipe | |
[email protected] | |
CSE 467 -- Embedded Computing Systems | |
WUSTL, Spring 2013 | |
Date: Mar., 27, 2013 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from cStringIO import StringIO | |
from tokenize import generate_tokens | |
PACKAGE = 'com.example.app' | |
SUB_PACKAGE = 'sub' | |
def uncapitalize(s): | |
return s[:1].lower() + s[1:] | |
def capitalize(s): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -e | |
# Find Asus hotkeys device and print the device path | |
# Author: Joao Felipe Nicolaci Pimentel <[email protected]> | |
# | |
# Copyright (C) 2013 | |
# | |
# Based on findkeyboards | |
# Original Author: Martin Pitt <[email protected]> | |
# | |
# Copyright (C) 2009, Canonical Ltd. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li class="sub-form horizontal-sub-form class_enrollments-sub-form" id="as_course_classes-1-class_enrollments-subform"> | |
<h5>Inscrições (<a class="visibility-toggle" href="#">Ocultar</a>)</h5> | |
<div id="as_course_classes-1-class_enrollments-subform-div"> | |
<input id="record_class_enrollments_0" name="record[class_enrollments][0]" type="hidden" value=""> | |
<table id="as_course_classes-1-class_enrollments-subform-list"> | |
<thead> | |
<tr> | |
<th class="enrollment-column required "> | |
<label>Matrícula</label> | |
</th> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/students/2/edit_associated?child_association=student_majors&parent_controller=students" for 127.0.0.1 at 2013-10-26 14:15:47 -0200 | |
Processing by StudentsController#edit_associated as JS | |
Parameters: {"child_association"=>"student_majors", "parent_controller"=>"students", "id"=>"2"} | |
User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 | |
Student Load (0.1ms) SELECT "students".* FROM "students" WHERE "students"."id" = ? LIMIT 1 [["id", "2"]] | |
Rendered /home/joao/.rvm/gems/ruby-1.9.3-p448@sapos/gems/active_scaffold-3.3.3/app/views/active_scaffold_overrides/_form_association_record.html.erb (1.3ms) | |
Rendered /home/joao/.rvm/gems/ruby-1.9.3-p448@sapos/gems/active_scaffold-3.3.3/app/views/active_scaffold_overrides/edit_associated.js.erb (23.7ms) | |
Completed 200 OK in 36ms (Views: 28.6ms | ActiveRecord: 0.3ms) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li class="sub-form horizontal-sub-form student_majors-sub-form" id="as_students-2-student_majors-subform"> | |
<h5>Cursos (<a class="visibility-toggle" href="#">Ocultar</a>)</h5> | |
<div id="as_students-2-student_majors-subform-div"> | |
<input id="record_student_majors_0" name="record[student_majors][0]" type="hidden" value=""> | |
<table id="as_students-2-student_majors-subform-list"> | |
<thead> | |
<tr> | |
</tr> | |
</thead> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer