Skip to content

Instantly share code, notes, and snippets.

View tanayseven's full-sized avatar
🎯
Focusing

Tanay PrabhuDesai tanayseven

🎯
Focusing
View GitHub Profile
@tanayseven
tanayseven / client.c
Created August 26, 2015 04:16
UDP Time server
/*
The MIT License (MIT)
Copyright (c) 2015 Tanay PrabhuDesai
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@tanayseven
tanayseven / client.c
Created August 26, 2015 04:16
UDP string reverse server
/*
The MIT License (MIT)
Copyright (c) 2015 Tanay PrabhuDesai
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@tanayseven
tanayseven / client.c
Created August 26, 2015 04:15
UDP Square Server
/*
The MIT License (MIT)
Copyright (c) 2015 Tanay PrabhuDesai
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@tanayseven
tanayseven / client.c
Created August 25, 2015 20:37
UDP Echo Server
/*
The MIT License (MIT)
Copyright (c) 2015 Tanay PrabhuDesai
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@tanayseven
tanayseven / client.c
Created August 25, 2015 20:36
File Downloader
/*
The MIT License (MIT)
Copyright (c) 2015 Tanay PrabhuDesai
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@tanayseven
tanayseven / client.c
Created August 25, 2015 20:34
Time Server
/*
The MIT License (MIT)
Copyright (c) 2015 Tanay PrabhuDesai
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@tanayseven
tanayseven / client.c
Last active August 29, 2015 14:27
Squaring server
/*
The MIT License (MIT)
Copyright (c) 2015 Tanay PrabhuDesai
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@tanayseven
tanayseven / client.c
Last active August 29, 2015 14:27
String reversing server
/*
The MIT License (MIT)
Copyright (c) 2015 Tanay PrabhuDesai
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@tanayseven
tanayseven / client.c
Last active August 29, 2015 14:27
File Server
/*
The MIT License (MIT)
Copyright (c) 2015 Tanay PrabhuDesai
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@tanayseven
tanayseven / client.c
Last active August 29, 2015 14:27
Echo Server
/*
The MIT License (MIT)
Copyright (c) 2015 Tanay PrabhuDesai
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is