ES
Followers: 0 Following: 0
Model based Software Developer and Software Integrator with rich experience in development and delivery of software for Automotive Embedded Systems additionally equipped with skills, knowledge and experience in working in other areas of software development including Requirements Engineering, Configuration Management, Test and Development Automation, Software Testing, Test Management and Continuous Integration. And more than any of these, I love my job like nobody. The rest always falls in place.
Estadística
CLASIFICACIÓN
124
of 295.448
REPUTACIÓN
1.007
CONTRIBUCIONES
27 Preguntas
495 Respuestas
ACEPTACIÓN DE RESPUESTAS
37.04%
VOTOS RECIBIDOS
168
CLASIFICACIÓN
12.570 of 20.227
REPUTACIÓN
27
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
3 Archivos
DESCARGAS
4
ALL TIME DESCARGAS
279
CLASIFICACIÓN
1.283
of 153.872
CONTRIBUCIONES
0 Problemas
189 Soluciones
PUNTUACIÓN
1.760
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer whi...
alrededor de 7 años hace
Resuelto
Van Eck's Sequence's nth member
Return the Van Eck's Sequence's nth member. For detailed info : <http://oeis.org/A181391 OEIS link> and <https://www.theguard...
alrededor de 7 años hace
Resuelto
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...
alrededor de 7 años hace
Resuelto
Energy of a photon
Given the frequency F of a photon in giga hertz. Find energy E of this photon in giga electron volts. Assume h, Planck's ...
alrededor de 7 años hace
Resuelto
How to subtract?
* Imagine you need to subtract a few numbers using MATLAB. * You will not be using eval for this task. * Given two ASCII strin...
alrededor de 7 años hace
Resuelto
Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...
alrededor de 7 años hace
Resuelto
Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...
alrededor de 7 años hace
Resuelto
Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...
alrededor de 7 años hace
Resuelto
Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...
alrededor de 7 años hace
Resuelto
Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...
alrededor de 7 años hace
Resuelto
Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...
alrededor de 7 años hace
Resuelto
Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<http://upload...
alrededor de 7 años hace
Resuelto
Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...
alrededor de 7 años hace
Resuelto
Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...
alrededor de 7 años hace
Resuelto
Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....
alrededor de 7 años hace
Resuelto
Cell Counting: How Many Draws?
You are given a cell array containing information about a number of soccer games. Each cell contains one of the following: * ...
alrededor de 7 años hace
Resuelto
letter yes yes & letter no no
Split a string into two strings, wherein the first string has all alphabetic letters and the second string has all the remaining...
alrededor de 7 años hace
Resuelto
Space Saver
Remove all characters that are below a space in ASCII value.
alrededor de 7 años hace
Resuelto
Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...
alrededor de 7 años hace
Resuelto
Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...
más de 7 años hace
Resuelto
Fahrenheit to Celsius using multiple statements
Given a Fahrenheit value F, convert to a Celsius value C. While the equation is C = 5/9 * (F - 32), as an exercise use two state...
casi 9 años hace
Resuelto
Pangrams!
A pangram, or holoalphabetic sentence, is a sentence using every letter of the alphabet at least once. Example: Input s ...
más de 9 años hace
Resuelto
Increase monotonically
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
más de 9 años hace
Resuelto
Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively
más de 9 años hace
Resuelto
Calculate square and cube of number
Calculate square and cube of number x
más de 9 años hace
Resuelto
String math
You will be given a string that describes a simple math equation. Your job is to determine if the value of the equation is equa...
más de 9 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. So if input x is x = [1 2 3 5] then the output y should be 11.
más de 9 años hace