Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

Vite Falcon

@Vite Falcon
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Code Reviews.
    V Vite Falcon

    Mine is being used in a big company and we impose the necessity of having to do code review before pushing our code. So if we don't hear from those whom we have included in the CR (code review), we nag them till they do so or notify others that you're stuck because you haven't received any code review on the changes you've made.

    a.k.a. Vite Phoenix and Vite Zeus... Proud member and co-founder of OlympianZ

    The Lounge c++ architecture question

  • Code Reviews.
    V Vite Falcon

    We use ReviewBoard to post code reviews from git diffs. The RB link is then sent out to relevant people in the group for review and sign-off before pushing the code to 'central' repository. When the diff is being 'posted' to RB, the script that does the job amends the commit message to include the RB link to which the diff was sent for review and hence each commit pushed would ideally have an RB link where you can see who approved the change.

    a.k.a. Vite Phoenix and Vite Zeus... Proud member and co-founder of OlympianZ

    The Lounge c++ architecture question

  • How do I generate a number divisable by 5, and check it?
    V Vite Falcon

    x = generate random number between 10000 and 99995 remainder to be added = 5 - x MOD 5 Therefore, the resultant random number should be x + 5 - x MOD 5 Here's a sample code: http://ideone.com/LxgrC[^]

    a.k.a. Vite Phoenix and Vite Zeus... Proud member and co-founder of OlympianZ

    C# question lounge
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups