13,866,642 members
Sign in
Email
Password
Forgot your password?
Sign in with
Search within:
Articles
Quick Answers
Messages
home
articles
Chapters and Sections
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View ASP.NET questions
View VB.NET questions
View Java questions
View SQL questions
discussions
forums
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
.NET Framework
Android
iOS
Mobile
SharePoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
stuff
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
The Soapbox
Press Releases
Non-English Language
>
General Indian Topics
General Chinese Topics
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
About our Advertising
Employment Opportunities
About Us
Articles by José Cintra (Articles: 6, Tip/Tricks: 9)
Articles: 6, Tip/Tricks: 9
Articles
Technical Blogs
Tips and Tricks
Reference Articles
Projects
Average article rating: 4.81
Algorithms & Recipes
Math
Algorithmic approaches to solving the Pascal's Triangle and the Newton's Binomial
Posted: 18 Aug 2014 Updated:
18 Aug 2014
Views: 28,473 Rating: 5.00/5 Votes: 8 Popularity: 4.52
Licence: The Code Project Open License (CPOL)
Bookmarked: 13
Downloaded: 71
Some suggestions of algorithms for solving the Pascal Triangle, addressing iterative, recursive and functional paradigms
Algorithmic approaches for computing the Fibonacci Numbers
Posted: 24 Aug 2014 Updated:
24 Aug 2014
Views: 8,740 Rating: 5.00/5 Votes: 3 Popularity: 2.39
Licence: The Code Project Open License (CPOL)
Bookmarked: 8
Downloaded: 38
Some suggestions of algorithms for computing the Fibonacci numbers addressing iterative, recursive and functional paradigms
Calculating the Number PI Through Infinite Sequences
Posted: 2 Sep 2014 Updated:
2 Sep 2014
Views: 68,911 Rating: 4.71/5 Votes: 22 Popularity: 6.31
Licence: The Code Project Open License (CPOL)
Bookmarked: 21
Downloaded: 156
Iterative algorithms for computing approximations to the number PI through infinite series using double and arbitrary precision
Solving Triangles, an Approach with GO Language
Posted: 9 Dec 2018 Updated:
11 Dec 2018
Views: 3,400 Rating: 4.28/5 Votes: 6 Popularity: 2.88
Licence: The Code Project Open License (CPOL)
Bookmarked: 0
Downloaded: 40
GO Package that encapsulates data and methods to calculate the main measures of a triangle
Boards / Embedded devices
General
Programming the ESP8266 (NodeMCU) with the Arduino IDE
Posted: 21 Jan 2016 Updated:
21 Jan 2016
Views: 57,244 Rating: 4.87/5 Votes: 6 Popularity: 3.84
Licence: The Code Project Open License (CPOL)
Bookmarked: 15
Downloaded: 469
Project with NodeMCU (ESP8266) to control an RGB LED using the Arduino Programming Language
Connected Devices
General
NodeMCU and Wi-Fi Remote Control Apps for Mobile Phones
Posted: 6 Jan 2019 Updated:
6 Jan 2019
Views: 4,020 Rating: 5.00/5 Votes: 4 Popularity: 3.01
Licence: The Code Project Open License (CPOL)
Bookmarked: 17
Downloaded: 118
Step-by-step guide on how to develop wi-fi remote control HTML5 applications for mobile phones and use them in IoT applications with NodeMCU and compatible devices (ESP8266 / ESP32)
No blogs have been submitted.
Average tips rating: 4.46
Client side scripting
Beginners
Displaying Mathematical Content with MathJax and JQuery Mobile [Tip/Trick]
Posted: 17 Oct 2015 Updated:
17 Oct 2015
Views: 7,810 Rating: 5.00/5 Votes: 2 Popularity: 1.51
Licence: The Code Project Open License (CPOL)
Bookmarked: 5
Downloaded: 127
Tips for creating mathematical cross-platform applications in JavaScript and display formulas and other content with MathJax and JQuery Mobile.
General
oCanvas, the object-based Canvas [Tip/Trick]
Posted: 29 Jul 2014 Updated:
29 Jul 2014
Views: 7,770 Rating: 4.00/5 Votes: 1 Popularity: 0.00
Licence: The Code Project Open License (CPOL)
Bookmarked: 2
Downloaded: 0
Small introduction about oCanvas library whose objective is to facilitate development with the HTML5 CANVAS element
Mobile Development
General
Build Cloud Services for Mobile Applications (HTML 5) [Tip/Trick]
Posted: 10 Sep 2015 Updated:
10 Sep 2015
Views: 9,171 Rating: 4.40/5 Votes: 2 Popularity: 1.51
Licence: The Code Project Open License (CPOL)
Bookmarked: 2
Downloaded: 0
Do take off your applications with the Cloud Services
Algorithms & Recipes
Math
Numerical Sequences Generator [Tip/Trick]
Posted: 24 Oct 2018 Updated:
26 Oct 2018
Views: 3,420 Rating: 5.00/5 Votes: 3 Popularity: 2.39
Licence: The Code Project Open License (CPOL)
Bookmarked: 8
Downloaded: 84
Generic algorithm to generate mathematical sequences
Algorithm for Triangles Classification [Tip/Trick]
Posted: 20 Oct 2018 Updated:
27 Oct 2018
Views: 4,320 Rating: 4.80/5 Votes: 2 Popularity: 1.20
Licence: The Code Project Open License (CPOL)
Bookmarked: 6
Downloaded: 42
Simple algorithm to determine the type of a triangle, being informed its sides
Algorithms for Calculating Convergent Series [Tip/Trick]
Posted: 27 Oct 2018 Updated:
4 Nov 2018
Views: 5,420 Rating: 4.50/5 Votes: 4 Popularity: 2.65
Licence: The Code Project Open License (CPOL)
Bookmarked: 6
Downloaded: 90
Simple algorithms to calculate convergent series in the Python language
Working With Numerical Lists in Functional Languages [Tip/Trick]
Posted: 3 Nov 2018 Updated:
5 Nov 2018
Views: 2,850 Rating: 4.67/5 Votes: 3 Popularity: 2.39
Licence: The Code Project Open License (CPOL)
Bookmarked: 8
Downloaded: 0
Calculating some mathematical sequences and series with the Haskell programming language
Boards / Embedded devices
Arduino
Data Input and Output with Arduino [Tip/Trick]
Posted: 3 Jan 2016 Updated:
3 Jan 2016
Views: 14,257 Rating: 4.43/5 Votes: 3 Popularity: 2.39
Licence: The Code Project Open License (CPOL)
Bookmarked: 11
Downloaded: 253
An example of how to interact with the user through the keypad, LCD and Buzzer
HashMaps - Associative Arrays with the Arduino Programming Language [Tip/Trick]
Posted: 25 Jan 2016 Updated:
31 Jan 2016
Views: 25,374 Rating: 3.33/5 Votes: 7 Popularity: 2.69
Licence: The Code Project Open License (CPOL)
Bookmarked: 7
Downloaded: 581
Simplifies your programs through the use of HashMaps and other data structures with the Arduino programming language
No reference articles have been posted.
No projects have been posted.
José Cintra
Software Developer
Brazil
I am a software developer focused on Mathematics, IoT and Games. In the free hours i also work as an IT Analyst and Professor.
Homepage:
HTML Apps
Blog:
www.josecintra.com/blog
Advertise
|
Privacy
|
Cookies
|
Terms of Service
Web01 | 2.8.190214.1 | Last Updated 21 Feb 2019
Copyright ©
CodeProject
, 1999-2019
All Rights Reserved.
Layout:
fixed
|
fluid