
FBENEVIDES.GITHUB.IO
Felipe Benevides - HomeFelipe Benevides, software development and everything around it
http://fbenevides.github.io/
Felipe Benevides, software development and everything around it
http://fbenevides.github.io/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
0.3 seconds
PAGES IN
THIS WEBSITE
5
SSL
EXTERNAL LINKS
20
SITE IP
151.101.40.133
LOAD TIME
0.281 sec
SCORE
6.2
Felipe Benevides - Home | fbenevides.github.io Reviews
https://fbenevides.github.io
Felipe Benevides, software development and everything around it
Felipe Benevides - About
http://fbenevides.github.io/about.html
Im a software engineer at 99Taxis. Currently working with Scala and facing some amazing scalability challenges. Made with Jekyll using Kasper theme.
Felipe Benevides - Solving Ubuntu and Wireless problem on Dell Vostro 1310
http://fbenevides.github.io/ubuntu-and-wireless-problem-in-vostro-1310
Solving Ubuntu and Wireless problem on Dell Vostro 1310. Today I was trying to rise up my old (but gold) 2009 Dell Vostro 1310. It was my first laptop and I dont want to put it on a trash bin. After installing Ubuntu 14.04, Ive faced a problem with the Wireless Broadcom driver, so this is the way I fixed:. Sudo su - apt-get purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source apt-get install b43-fwcutter firmware-b43-installer. Remember that you need to be connected using a LAN cable.
Felipe Benevides - There's code behind your company
http://fbenevides.github.io/theres-code-behind-your-company
There's code behind your company. Everyone knows that startup became a new market buzzword. New internet entrepreneurs are emerging and billions and billions dollars are turning around between them. The new reality is Many developers want to be the new Mark Zuckerberg. Last week, I was in this situation: a customer requested us a new high-priority feature and what we supposed to do? In other words, developers should worry about the code and the business value they deliver, furthermore they should know th...
Felipe Benevides - Extracting data from websites with Ruby and Nokogiri
http://fbenevides.github.io/extracting-data-from-websites-with-ruby
Extracting data from websites with Ruby and Nokogiri. Maybe you, in some day, have faced this problem: youre wanting to show some data in your application and theres no webservice or any other way to get it. So, you know that the information you want is available in some websites and you ask yourself: how can I get this? Show me the code. First thing I did was create a class that represents the report itself. Http:/ waves.terra.com.br/surf/ondas'. To parse the HTML. In this method I used Duck Typing.
Felipe Benevides - Contributing to open source: Buzz Audio Library
http://fbenevides.github.io/contributing-to-open-source-buzz-library
Contributing to open source: Buzz Audio Library. On Javascript and OpenSource. One of the best ways to learn a new language or new approaches to solve daily problems is to see how other people deals with it. When I started to code Vitrola. S HTML Player, Ive had a hard work to find out a good JS library to handle the HTML5s audio tag, but after some hours of searching Ive found the fantastic Buzz Audio Library. For this task, I decided to use Jasmine. For those who doesnt know, Jasmine, as the official w...
TOTAL PAGES IN THIS WEBSITE
5
arquivo – codeaholic;
https://henriqueluz.com.br/tag/arquivo
Upload de arquivo no CodeIgniter. Atendendo ao pedido feito em um comentário, o tema deste post será sobre como fazer upload de arquivos usando o CI. Veremos que o CI nos fornece uma interface bem limpa e clara, que é capaz de fazer este trabalho facilmente. Primeiramente, vamos criar o nosso formulário de envio do arquivo que desejamos. Teremos o código a seguir:. Html head title Formulário de Envio de Arquivo /title /head body? Php echo form open multipart('upload/enviar');? 4 julho, 2011.
Eventos – codeaholic;
https://henriqueluz.com.br/category/eventos
EVENTO] – JavaCE Community Conference 2012. Meus caros colegas desenvolvedores,. Estou escrevendo esse post para informá-los e convidá-los para um evento que ocorrerá aqui em Fortaleza/CE nos dias 11 e 12 de maio de 2012. Se trata do JavaCE Community Conference. Que está sendo encabeçado pelo pessoal da Milfont Consulting. Juntamente com a galera da Triadworks. Faça sua inscrição e garanta sua presença, pois o evento tá prometendo ser excelente! Ah, em agosto tem o QConSP’2012. E a Caravana JavaCE.
CodeIgniter – codeaholic;
https://henriqueluz.com.br/category/develop/php/codeigniter-php
Upload de arquivo no CodeIgniter. Atendendo ao pedido feito em um comentário, o tema deste post será sobre como fazer upload de arquivos usando o CI. Veremos que o CI nos fornece uma interface bem limpa e clara, que é capaz de fazer este trabalho facilmente. Primeiramente, vamos criar o nosso formulário de envio do arquivo que desejamos. Teremos o código a seguir:. Html head title Formulário de Envio de Arquivo /title /head body? Php echo form open multipart('upload/enviar');? 4 julho, 2011. Após ter cri...
ActionScript – codeaholic;
https://henriqueluz.com.br/category/develop/actionscript
Removendo Acentos e Cedilha no ActionScript 3. Farei um post breve, só para movimentar um pouco este espaço que está bem parado ultimamente. Passei por um pequeno probleminha na geração de um arquivo que não permite o uso de acentos e do cedilha. Pesquisei um pouco e achei muitas soluções em Java/PHP e senti um pouco de falta de uma implementação simples usando o AS3, que é com que eu estou trabalhando ultimamente já que há 3 meses me tornei um Flex Developer(urgh! 2 maio, 2012. 23 janeiro, 2015.
php – codeaholic;
https://henriqueluz.com.br/category/develop/php
Autocomplete em Input jQueryUi PHP. Neste post irei abordar um dos plugins do framework jQueryUI. Na documentação é possível encontrar um exemplo bem simples e fácil de entender, porém no meu exemplo farei com que o valor do array do autocomplete seja populado com valores armazenados no banco de dados. Continuar lendo Autocomplete em Input jQueryUi PHP. 17 junho, 2012. 23 janeiro, 2015. 4 comentários em Autocomplete em Input jQueryUi PHP. Upload de arquivo no CodeIgniter. Teremos o código a seguir:.
Develop – codeaholic;
https://henriqueluz.com.br/category/develop
Writing JS tests with fun using Jasmine. Today I’ll talk about JavaScript tests using a cool testing framework: Jasmine. I’ve been talking about unit tests, acceptance tests, and now I’ll show how you can test your JS code. Jasmine is more than a test framework. It’s more related with BDD because it provides a fluent API that can be understood as scenarios/steps and also improve our code design as consequence. Well, lets start! Continuar lendo Writing JS tests with fun using Jasmine. 4 fevereiro, 2015.
BDD – codeaholic;
https://henriqueluz.com.br/tag/bdd
Writing JS tests with fun using Jasmine. Today I’ll talk about JavaScript tests using a cool testing framework: Jasmine. I’ve been talking about unit tests, acceptance tests, and now I’ll show how you can test your JS code. Jasmine is more than a test framework. It’s more related with BDD because it provides a fluent API that can be understood as scenarios/steps and also improve our code design as consequence. Well, lets start! Continuar lendo Writing JS tests with fun using Jasmine. 4 fevereiro, 2015.
Certificação – codeaholic;
https://henriqueluz.com.br/category/certificacao
Estudando para Oracle Certified Java Programmer 6. Recentemente tenho dedicado parte do meu tempo e retomado meus estudos para tirar minha primeira certificação que será a OCJP 6. Assim como boa parte de desenvolvedores Java que optam por tirá-la, eu optei por estudar pelo livro da Kathy Sierra: Certificação Sun para Programador Java 6. Continuar lendo Estudando para Oracle Certified Java Programmer 6. 7 outubro, 2011. 22 outubro, 2011. Oracle certified java programmer.
BDD – codeaholic;
https://henriqueluz.com.br/category/agile/bdd
Automatizando Testes Funcionais com Selenium Cucumber. Depois de um bom tempo sem postar, estou de volta. Início de ano é sempre assim, vamos ver se eu mantenho uma regularidade nos posts dessa vez. Pra começar resolvi escrever sobre Testes Funcionais Automatizados BDD. Já escrevi sobre os benefícios do BDD em outro post. Com uma breve overview, mas só teoria. Agora escrevo sobre como configurar um projeto Java do zero utilizando Maven. Continuar lendo Automatizando Testes Funcionais com Selenium Cucumber.
TOTAL LINKS TO THIS WEBSITE
20
Les Energies Renouvelables - FB ENERGIES
Chère Cliente, Cher Client,. Recevez tous nos meilleurs voeux. Pour cette année 2017! Frédéric BRY et toute son équipe. Depuis 1996, nous mettons un point d’honneur à apporter le service et la qualité à notre clientèle. Quand on installe un chauffage, c’est pour le long terme. En plus de durer, le matériel posé reste évolutif. Nous nous appliquons à rester informés en matière d’innovations technologiques toujours dans la nécessité de vous proposer ce qui se fait de mieux. Frédéric BRY et toute son équipe.
fbenergy.com
GALVANİZ AYDINLATMA DİREKLERİ VE LED ARMATÜRLERİ ,GÜNEŞ ENERJİSİ PROJELERİ HAZIRLAMA VE UYGULAMA, GES ,AYDINLATMA DİREĞİ - PREFABRİK VE BETON KÖŞK-MODÜLER HÜCRE-TRAFO,LED ARMATÜR VE PROJEKTÖRLER,LED AYDINLATMA DİREKLERİ,XLPE KABLO,NYYKABLO,N2XH KABLO,NHX
RAYCHEM KABLO BAŞLIK FİYAT LİSTESİ. Galvaniz Aydınlatma Direk Fiyatları. Tesis Yapım Çalışmaları/Köşk montajı. Metal Muhafazalı Modüler Hücreler. 6,3/15/36 KV -50 kva dan 2500 kva kadar. Galvaniz Yol Aydınlatma Direkleri. Http:/ www.fbenerji.com/site/12528/uploads/o/2016/05/83cb2996ebb8b902024668109b13987b.jpg. Tesis Yapım Çalışmaları/Köşk montajı. Metal Muhafazalı Modüler Hücreler. Galvaniz Yol Aydınlatma Direkleri. Bak Ges Proje Referanslarına. Bak Ges Proje Referanslarına. LED Aydınlatma Tesis Görünümü.
Blog de fbenes - Z750 - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Salut a tous, moi c benoit ,. Mise à jour :. Abonne-toi à mon blog! Pour celui ki est intérésé elle est a vendre. L'auteur de ce blog n'accepte que les commentaires de ses amis. Tu n'es pas identifié. Clique ici pour poster un commentaire en étant identifié avec ton compte Skyrock. Et un lien vers ton blog ainsi que ta photo seront automatiquement ajoutés à ton commentaire. Posté le lundi 01 octobre 2007 11:24. Modifié le mardi 02 octobre 2007 01:02. Posté le...
Facebook.com español - Facebook en español
Entrar en facebook en español. Seguramente te has oído hablar de Facebook en español. La comunidad web de imágenes es hoy en día la más grande de toda la red. La posibilidad de subir fotos, videos, compartir páginas, intercambiar mensajes con emoticones y stickers, recibir notificaciones y ejecutar aplicaciones en línea, son algunos de los atractivos de ésta red social. Si aún no formas parte de ella, entonces debes leer la siguiente guía sobre su funcionamiento:. Abrir Facebook en español. Contraseña: e...
Felipe Benevides - Home
Page 1 of 1. Solving Ubuntu and Wireless problem on Dell Vostro 1310. Today I was trying to rise up my old (but gold) 2009 Dell Vostro 1310. It was my first laptop and I dont want to put it on a trash bin. After installing Ubuntu 14.04, Ive faced a problem with the Wireless Broadcom driver, so this is the way I fixed:. Felipe Benevides on Bugfix. Extracting data from websites with Ruby and Nokogiri. Felipe Benevides on Ruby. Contributing to open source: Buzz Audio Library. When youre working with web app...
Blog de fbenforce42 - fenerbahce en force - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Jai 16 ans je suis turque beau et stephanois. Fenebahce en force anti-galatasaray. Mise à jour :. Abonne-toi à mon blog! Slt ca c un skyblog. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. Posté le vendredi 30 septembre 2005 14:00. Du plus grand derbi. Ou poster avec :.
FBengineering
Progettazione strutturale, architettonica ed energetica - bonifiche di amianto - sistemi anticaduta - perizie - concorsi di idee - direzione lavori - sicurezza.
Fbengage
Find the best information and most relevant links on all topics related to fbengage.com.
View Our Help Desk
Welcome to our Support Desk. Below you'll find instructions for accessing the main areas of our support desk. Do you have a question? Simply submit a ticket and one of our support. Representatives will be in touch shortly to help you. Do you have an existing ticket? No problem. You can see the status, check for. Updates, and read all of your existing tickets. Create a New Ticket. Note: If you've already created a ticket and just want to check the status of that ticket, click here. Below is an example of ...
SOCIAL ENGAGEMENT