coding-exercise

There are 66 repositories under coding-exercise topic.

  • ui-preview

    Preview layouts

    Language:Java2
  • Shark-In-ServiceNow-2024

    Modifications on a ServiceNow instance for managing Products and Products Request, where users on the Analyst group can create a new Request and users on the Supervisor group might accept it or not. Implements important concepts like Tables, ACLs, Flow, Portal list and Portal Record

  • made-dicoding

    Repository for storing practice results and coding exercises at the Learning Become Android Developer Expert class on Dicoding

    Language:Kotlin1
  • Regular-Expression-Python

    🆎 A Python script that verifies if string is part of the determined regular expression or not.

    Language:Python1
  • th-medias-pop-normal-var-desc

    👨‍🏫 Um programa de python que resolve problemas de estatística e probabilidade relacionados a Teste de Hipoteses de uma população normal com variança desconhecido, para todos inputs compatíveis com a resolução de t Student

    Language:Python1
  • code-ui

    LeetCode HackerRank Codewars CodeSignal solutions

    Language:JavaScript1
  • Roman-Numerals

    🏛 C# app that can convert integers to roman numerals

    Language:C#1
  • Cheques-Por-Extenso

    💵 Um programa C# que escreve o valor de um cheque em reais por extenso

    Language:C#1
  • Triangle-Identifier

    🔺 C# console application that can identify if a trinagle is isosceles, equilateral or scalene.

    Language:C#1
  • Sudoku-Validator

    🔢 C# console application that validates if a string is a valid Sudoku grid or not.

    Language:C#1
  • Martian-Robot

    🛰 C# .NET console app that moves and rotates a "robot" on a custom grid based on a string input of commands.

    Language:C#1
  • bouncing-ball

    bouncing-ball

    Bouncing ball animation in CSS or in JavaScript.

    Language:HTML1
  • code-rush

    Open-Source Competitive Coding Platform

    Language:JavaScript1
  • Conference-Finder

    It is the repo for the solution to task KonfHub

    Language:TypeScript1
  • prime-factorization

    Prime factorization using concurrency + GUI

    Language:Java1
  • visitor-pattern-exercise

    Visitor pattern with Breadth-first and Depth-first algorithm in Java (OGP2)

    Language:Java1
  • calculator-api

    A simple calculator web service that caches the results of its computations.

    Language:Java1
  • book-store

    MVP app for Vendigo's coding exercise for an online book shop 📚 Chose to try the new Angular 5. Followed by successful 2 hours of live pair programming implementing and learning HapiJS on the fly. Later further successful phone interviews with the CEO, then investor Mads Faurholt.

    Language:TypeScript1
  • app-coding-exercise

    This repository is used for storing and versioning code base for app-coding-exercise.

    Language:Java1
  • Semantic-Containers

    This is a repository from the projects/exercises I need to create and solve in classes from Tokio School.

    Language:HTML
  • HTML-Introduction-Project

    This is a repository from the projects/exercises I need to create and solve in classes from Tokio School.

    Language:HTML
  • BackpackProblem

    A Sample Coding Exercise Completed as Part of a Job Interview.

    Language:Java
  • php_ramhaidar

    Screening Web Programmer

    Language:PHP
  • parrot-refactoring-kata

    Kata to learn about polymorphism

    Language:JavaScript
  • TS-object-pool-game

    JS game coding tutorials rewritten to TypeScript

    Language:TypeScript
  • TS-flow-fields

    JS Flow Field coding tutorials rewritten to TypeScript

    Language:TypeScript
  • vim-code-assistant

    Empower your Vim workflow with an intelligent code assistant that analyzes buffer contents and delivers real-time responses within Vim for enhanced productivity and coding efficiency.

    Language:Python
  • mycodingexercise

    My implementation of useful data structures, algorithms, and solutions to programming puzzles. This has helped me to become a better programmer and to solve complex problems with greater ease.

    Language:Python
  • python_experiments

    Some unconnected coding experiments used for learning.

    Language:Python
  • password-checker

    Essentially, this program takes an inputted password from the user and outputs whether or not it is a good password based on the requirements specified in README.md.

    Language:Python
  • OI-Etap-I-20.10-17.11.2008-Slonie_Python

    A task from polish IT olympiad (in Python) - https://oi.edu.pl/static/attachment/20110704/oi16.pdf - page 71

    Language:Python
  • k-Means_Octave

    k-Means algorithm from scratch in Octave (Matlab). With sample input data and results.

    Language:MATLAB
  • kNN_Octave

    k Nearest Neighbors algorithm from scratch in Octave (Matlab). With sample input data and results.

    Language:MATLAB
  • crazy-ranges-kata

    Implement a special range generator and a range shrinker.

    Language:JavaScript
  • 99problems

    OCaml's 99 problems (...but in haskell).

    Language:Haskell
  • Student_Becomes_the_Teacher_Py_2

    Codecademy's “Challenge Course”. You are the teacher of your own class. Make a gradebook for all of your students and manage your class information.

    Language:Python