Pinned Repositories
analysis-db_design_diagrams-rbac
AngularASPNETCoreOAuth
Sample project demonstrating user authentication and identity with Angular, Asp.Net Core and IdentityServer4
asp.net-vidly
the complete asp.net mvc 5 course from udemy course
code-flow
Codewars-AddingBigNumbers
We need to sum big numbers and we require your help. Write a function that returns the sum of two numbers. The input numbers are strings and the function must return a string.
Codewars-ArithmaticProgression
Find the missing term in an Arithmetic Progression
Codewars-BubbleSort
Bubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order.
Codewars-CreditCardMask
change the last four characters into a '#'
Codewars-DuplicateEncoder
The goal of this exercise is to convert a string to a new string where each character in the new string is "(" if that character appears only once in the original string, or ")" if that character appears more than once in the original string. Ignore capitalization when determining if a character is a duplicate.
Codewars-Fibonacci
This is a simple Kata to test your knowledge of generators. You will create a generator function which produces a fibonacci sequence. The first number in the sequence is 0. The next number in the sequence is 1. Each subsequent number is the summation of the previous two numbers. The next number after 1 would be 1 because 0 + 1 = 1. The next number would be 2 because 1 + 1 = 2. The fibonacci sequence starts at zero, calling fib.next() should step through the next number in the fibonacci sequence and fib.next().value will step through and produce the value.
Que2701's Repositories
Que2701/analysis-db_design_diagrams-rbac
Que2701/AngularASPNETCoreOAuth
Sample project demonstrating user authentication and identity with Angular, Asp.Net Core and IdentityServer4
Que2701/asp.net-vidly
the complete asp.net mvc 5 course from udemy course
Que2701/code-flow
Que2701/Codewars-AddingBigNumbers
We need to sum big numbers and we require your help. Write a function that returns the sum of two numbers. The input numbers are strings and the function must return a string.
Que2701/Codewars-ArithmaticProgression
Find the missing term in an Arithmetic Progression
Que2701/Codewars-CreditCardMask
change the last four characters into a '#'
Que2701/Codewars-FindTheParityOutlier
You are given an array (which will have a length of at least 3, but could be very large) containing integers. The array is either entirely comprised of odd integers or entirely comprised of even integers except for a single integer N. Write a method that takes the array as an argument and returns this "outlier" N.
Que2701/CodeWars-PopulationGrowth
Calculate the growth population of a small town
Que2701/Codewars-RomanNumeralsDecoder
Create a function that takes a Roman numeral as its argument and returns its value as a numeric decimal integer. You don't need to validate the form of the Roman numeral. Modern Roman numerals are written by expressing each decimal digit of the number to be encoded separately, starting with the leftmost digit and skipping any 0s. So 1990 is rendered "MCMXC" (1000 = M, 900 = CM, 90 = XC) and 2008 is rendered "MMVIII" (2000 = MM, 8 = VIII). The Roman numeral for 1666, "MDCLXVI", uses each letter in descending order.
Que2701/Codewars-Scramblies
Complete the function scramble(str1, str2) that returns true if a portion of str1 characters can be rearranged to match str2, otherwise returns false. Notes: Only lower case letters will be used (a-z). No punctuation or digits will be included. Performance needs to be considered
Que2701/CodeWars-SquareEveryDigit
square every digit of a number
Que2701/Codewars-StopSpinningmyWords
Write a function that takes in a string of one or more words, and returns the same string, but with all five or more letter words reversed (Just like the name of this Kata). Strings passed in will consist of only letters and spaces. Spaces will be included only when more than one word is present. Examples: spinWords( "Hey fellow warriors" ) => returns "Hey wollef sroirraw" spinWords( "This is a test") => returns "This is a test" spinWords( "This is another test" )=> returns "This is rehtona test"
Que2701/Codewars-TripleDouble
A function TripleDouble(long num1, long num2) which takes numbers num1 and num2 and returns 1 if there is a straight triple of a number at any place in num1 and also a straight double of the same number in num2. If this isn't the case, return 0
Que2701/CSharp-Weekly-Challanges
Tim Coreys weekly C# Challanges
Que2701/DesignPatterns-AbstractClasses
IAmTimCorey abstract classes demo
Que2701/DesignPatterns-Interfaces
IAmTimeCorey interfaces demo
Que2701/LMS
Learner Management System Ai Expert System
Que2701/machinelearning-ml.net
ml.net projects
Que2701/MsmqTutorials-MsmqDemo
Msmq demo
Que2701/mvc-gettingstarted-contosouniversity
Tutorial: Get Started with Entity Framework 6 Code First using MVC 5
Que2701/ProductOfConsecutiveFibonacci
Given a number, say prod (for product), we search two Fibonacci numbers F(n) and F(n+1) verifying F(n) * F(n+1) = prod.
Que2701/Quartz-Lesson1
Working with Quartz
Que2701/samples
Sample code referenced by the .NET documentation
Que2701/theultimaterace
Que2701/udemy-angular10
Angular- The Complete Guide 202
Que2701/vehicle-nearest-neighbour
Calculating neighbou vehicle distances
Que2701/Wcf-HelloServicePart21
A WCF service endpoint consists of 3 things A -Address (Address where the WCF Service is available) B -Binding (We will discuss this in more detail in this video) C - Contract (Specifies what the service can do. For example, the service contract describes which operations the client can perform on the service)
Que2701/Xaml-ProgrammingAssignment1A
Bus calculations to work out the bus distance
Que2701/Xaml-ProgrammingAssignment1B
Work out the predicate