Bitcoin Forum
May 26, 2024, 07:07:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Services / Re: Need a C/MIPS programmer [$300 for an one hour] on: May 05, 2019, 10:57:43 PM
Here is what the user wanted but implemented in C++.  If he still wants me to do it in MIPS, then he will fund the escrow.

#include <iostream>
#include <sstream>
#include <string>
using namespace std;

enum weekday { Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday };
weekday anchor_table[22] = {Sunday, Sunday,    Sunday,  Sunday, Sunday, Sunday,
                            Sunday, Sunday,    Sunday,  Sunday, Sunday, Sunday,
                            Sunday, Sunday,    Sunday,  Sunday, Sunday, Sunday,
                            Friday, Wednesday, Tuesday, Sunday};
const string weekday_names[7] = {"Sunday",   "Monday", "Tuesday", "Wednesday",
                                 "Thursday", "Friday", "Saturday"};

ostream &operator<<(ostream &out, const weekday w) {
  return out << weekday_names[w % 7];
}

int main() {
  char buffer[30];
  int year;

  cout << "Enter year:" << flush;
  cin.getline(buffer, 30);
  istringstream iin(buffer);
  iin >> year;
  int a = (year % 100) / 12;
  int b = (year % 100) % 12;
  int c = b / 4;
  int d = a + b + c;
  cout << "Doomsday : " << (weekday)((d + anchor_table[year / 100]) % 7)
       << endl;
  return 0;
}





Escrow has been funded for the last 10 hours.
2  Economy / Services / Re: Need a C programmer [$300 for an one hour] on: May 04, 2019, 04:02:26 PM
Still looking, open to offers
Since you've been looking for this for a month now: can you explain a bit what exactly you need?

I was looking for different things a month ago. Now, I am looking for someone to create a doomsday algorithm on MIPS/C
3  Economy / Services / Re: Need a C programmer [$300 for an one hour] on: May 03, 2019, 05:03:38 PM
I've had multiple people message me, but still no dice.
4  Economy / Services / Re: Need a C programmer [$300 for an one hour] on: May 02, 2019, 05:12:33 AM
Still looking, open to offers
5  Economy / Services / Re: Need a C programmer [$300 for an one hour] on: April 30, 2019, 09:12:12 PM
Still looking. Same proposal different needs at the moment
6  Economy / Services / Re: Need a C programmer [$300 for an one hour] on: April 18, 2019, 10:59:36 PM
I'm currently in escrow with someone on this. Commenting just in case the deal falls through
7  Economy / Services / Re: Need a C programmer [$300 for an one hour] on: April 18, 2019, 04:05:07 AM
Up. Replied to everyone, but still no straight answer
8  Economy / Services / Re: Need a C programmer [$300 for an one hour] on: April 16, 2019, 10:03:26 PM
I replied back to everyone, but still looking 
9  Economy / Services / Re: Need a C programmer [$300 for an one hour] on: April 16, 2019, 03:32:43 AM
Raised paying price
10  Economy / Services / Re: Need a C programmer on: April 14, 2019, 05:18:23 PM
I've received emails, but not many replies back. Still looking
11  Economy / Services / Re: Need a C programmer on: April 12, 2019, 05:24:24 PM
Hello, if you haven't yet reached an agreement with anyone, send me a message please. Thanks

Please email me as I am very limited to the number of messages I can send

Will do!

Can you confirm the e-mail is caoder@tutanota.com

And not "coder" @tutanota.com?

Yes, that's the email
12  Economy / Services / Re: Need a C programmer on: April 11, 2019, 10:34:53 PM
Hello, if you haven't yet reached an agreement with anyone, send me a message please. Thanks

Please email me as I am very limited to the number of messages I can send
13  Economy / Services / Re: Need a C programmer on: April 07, 2019, 02:53:50 AM
As the title says, I'm in need of a C programmer to help in a basic set up. Willing to use escrow here or pay upfront if you are a trustworthy account. Please email me as bitcointalk limits the amount of messages I can reply to per day.

caoder@tutanota.com

Thank you

www.cryptogrind.com/
http://upwork.com/
http://blockchainheadhunter.com/
xbtfreelancer.com

Try to find on these freelancing sites if you cant find any candidate on this forum.

Thank you. I will look into it.
14  Economy / Services / Re: Need a C programmer on: April 06, 2019, 01:19:44 AM
Please do not create multiple threads for the same thing. It gums up the works, and if I remember correctly is against the rules! I suggest locking one of your threads, which can be done at the lower-left of the thread.

I messaged you hopefully you got it
15  Economy / Services / Need a C/MIPS programmer [$300 for an one hour] on: April 06, 2019, 12:38:08 AM
As the title says, I'm in need of a C programmer to help in a basic set up. Willing to use escrow here or pay upfront if you are a trustworthy account. Please email me as bitcointalk limits the amount of messages I can reply to per day.

caoder@tutanota.com

Thank you


Side note: This won't take an experienced programmer more than an hour. I am paying $300 to get this done
16  Economy / Services / I need a C programmer on: April 06, 2019, 12:31:14 AM
As the title says, I'm in need of a C programmer to help in a basic set up. Willing to use escrow here or pay upfront if you are a trustworthy account. Please email me as bitcointalk limits the amount of messages I can reply to per day.

caoder@tutanota.com

Thank you
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!