• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 08:05
CEST 14:05
KST 21:05
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Serral wins HomeStory Cup 2915Serral wins Maestros of the Game 243ByuL, and the Limitations of Standard Play3Team Liquid Map Contest #22: Results and Winners7Code S Season 2 (2026): RO4 and Finals Preview12
Community News
GSTL Returns in 2026!17Weekly Cups (Aug 3-9): Protoss get shut out7RSL goes to London! 2026 Offline Finals Nov 21-2212Weekly Cups (July 27-Aug 2): SHIN's big week0SC4ALL II: Brood War - $2500 - Dec 5-611
StarCraft 2
General
GSTL Returns in 2026! SC4ALL: II Talent Announcement! Balance hotfix patch 5.0.16b (July 16) Protoss AoE skill expression Weekly Cups (Aug 3-9): Protoss get shut out
Tourneys
PIG STY FESTIVAL 8.0! (13 - 23 August) 2026 KungFu Cup Announcement Sparkling Tuna Cup - Weekly Open Tournament RSL goes to London! 2026 Offline Finals Nov 21-22 RSL Revival: Season 6 - Qualifiers and Main Event
Strategy
[G] Having the right mentality to improve
Custom Maps
Nexus Wars 2021 GUIDE [M] (2) Industrial Park
External Content
Mutation # 538 Media Blackout The PondCast: SC2 News & Results Mutation # 537 Hostile Territory Mutation # 536 Railroad Switch
Brood War
General
Best Games Kespa era BW General Discussion StarCraft 64 is coming to Philly at SC4ALL II ASL22 General Discussion [Personal Project Share] Terran Defense v0.60
Tourneys
Escore Tournament - Season 3 Small VOD Thread 2.0 [Megathread] Daily Proleagues SC4ALL II: Brood War - $2500 - Dec 5-6
Strategy
Odyssey Mineral Stack Saturation Fighting Spirit mining rates Any training maps people recommend? Simple Questions, Simple Answers
Other Games
General Games
Nintendo Switch Thread Anyone here play Quakeworld back in the day? Stormgate/Frost Giant Megathread EVE Corporation General RTS Discussion Thread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
[TL LoL EUW IHs] Teemo shall perish TSM pausing esports and CLG Dead
Heroes of the Storm
Heroes of the Storm 2.0
Hearthstone
Deck construction bug
TL Mafia
TL Mafia Power Rank TL Mafia Community Thread NeO.D_StephenKing vs This Guy From 1 Million Dance
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread European Politico-economics QA Mega-thread Artificial Intelligence Thread The Letting Off Steam Thread
Fan Clubs
MarineLorD Fan Club The ShoWTimE Fan Club The herO Fan Club!
Media & Entertainment
Movie Discussion! Anime Discussion Thread Series you have seen recently... [Req][Books] Good Fantasy/SciFi books
Sports
Football (Soccer) Thread TeamLiquid Health and Fitness Initiative For 2023 NBA General Discussion Formula 1 Discussion MLB/Baseball 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread Simple Questions Simple Answers FPS when play League Of Legend on laptop
TL Community
The Automated Ban List Northern Ireland Global Starcraft
Blogs
Chinese Gen Z: Between Dream…
TrAiDoS
Cathedral Of CS And NY pizza a…
FuDDx
Please support my new stand…
Peanutsc
Hello guys!
LIN1s
Customize Sidebar...

Website Feedback

Closed Threads



Active: 5950 users

The Big Programming Thread - Page 616

Forum Index > General Forum
Post a Reply
Prev 1 614 615 616 617 618 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
Last Edited: 2015-04-18 14:07:19
April 18 2015 14:03 GMT
#12301
lol, i did type in hentai one time but i remembered i gotta be careful coz im screenshotting to put in my project report



[image loading]

yeah i do format sometimes but its more the case of me not knowing why those bits go where they do

i mean it asks me for a comma so i put one then it asks me for an EOAF wtvr the fuck that is so i put a ; and a } then it says hey yo you got a comma here gonna do somethin about it?!?
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
Prillan
Profile Joined August 2011
Sweden350 Posts
Last Edited: 2015-04-18 17:27:58
April 18 2015 17:05 GMT
#12302
On April 18 2015 23:03 FFGenerations wrote:
lol, i did type in hentai one time but i remembered i gotta be careful coz im screenshotting to put in my project report



[image loading]

yeah i do format sometimes but its more the case of me not knowing why those bits go where they do

i mean it asks me for a comma so i put one then it asks me for an EOAF wtvr the fuck that is so i put a ; and a } then it says hey yo you got a comma here gonna do somethin about it?!?

Just calm down and take it one symbol at a time. Find the matching ones (which I'm pretty sure that your IDE will do for you) and format it in whatever way you feel comfortable with.

$(document).ready(function () {
$('#button').click(function () {

$.ajax({
url: 'generate',
type: 'POST',
dataType: 'text',
data: $('#sortable2 .selectedItemImg').each(function (index, value) {
alert("test22");
}),
success: function (data) {
alert("test44");
}
});
});

return false;
});


EDIT: For fun, the equivalent CoffeeScript:
+ Show Spoiler +
$(document).ready ->
$('#button').click ->
$.ajax
url: 'generate'
type: 'POST'
dataType: 'text'
data: $('#sortable2 .selectedItemImg').each (index, value) ->
alert "test22"
success: (data) ->
alert "test44"
false
TheBB's sidekick, aligulac.com | "Reality is frequently inaccurate." - Douglas Adams
Acrofales
Profile Joined August 2010
Spain18409 Posts
Last Edited: 2015-04-18 18:14:01
April 18 2015 18:13 GMT
#12303
On April 18 2015 23:03 FFGenerations wrote:
lol, i did type in hentai one time but i remembered i gotta be careful coz im screenshotting to put in my project report



[image loading]

yeah i do format sometimes but its more the case of me not knowing why those bits go where they do

i mean it asks me for a comma so i put one then it asks me for an EOAF wtvr the fuck that is so i put a ; and a } then it says hey yo you got a comma here gonna do somethin about it?!?


Agree with the guys above here. Fix your formatting (particularly indentation) and those braces will make far more sense.

As for your commas in the initial exerpt, they weren't there randomly: what you were doing is passing a json object to your ajax. A json object is basically a dictionary (or map) and commas separate each dictionary item. The braces mark the start and end of the dictionary. You thus have

{ 'name1': value1, 'name2': value2, ... 'namen', valuen }

as your object that you pass in your function. Finally, because you also pass different parameters along, each parameter is separated from the next by a comma as well, resulting in
functioncall( { json, object }, other, stuff );


If your complaint is that in general javascript has some horribly messy syntax, I agree. Whoever promoted javascript to a serverside programming language (*cough* node.js *cough*) should get shot, but client-side there is not much option: it is the only actual programming language that web browsers understand.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
April 18 2015 18:19 GMT
#12304
i literally feel like crying. i just went 4 hours completely hopelessly stuck on the same thing until someone on stackoverflowed replied , changed my syntax and it all gradually started to work. i was just so delirilously hopelessly distraught, motionless mourning at the screen like a ghoul just completely numb and sapped to the core
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
dust7
Profile Joined March 2010
199 Posts
April 18 2015 20:21 GMT
#12305
I'm currently working on a ff addon so I will never miss any of my favorite (sc2) streams again.

http://i.imgur.com/FpbGpxR.png

It basically gives you a sidebar which keeps track of the online status of streamers. You can optionally have the addon play a sound or open the stream in a new tab once a user goes online. These features will work even when the sidebar is closed. In addition, the addon has an unobnoxious way of telling you that you might have missed a streamer going online when you choose to keep the sidebar closed and no tab for this user was opened.

I'm currently looking for ideas for more features.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
Last Edited: 2015-04-18 22:46:49
April 18 2015 22:46 GMT
#12306
nice dude cool ideal. i dont "follow" on twitch and was surprised when i cudnt find a list of people i subscribe so i end up with everyone on my bookmark bar and just click them from time to time lol

love the sound alert idea
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
betaflame
Profile Joined November 2010
175 Posts
April 18 2015 23:10 GMT
#12307
Hi guys, I have a good amount of experience with LAMP stack, php, mvc frameworks, jquery, javascript and such and I am looking into learning "MEAN" and I have a couple questions:

From my own research, there seems to be 2 main "frameworks" for MEAN but by itself, you could technically work with just mongodb, expressjs, angular and node on its own together. So is there any point in really going with those advertised "MEAN" stacks? Like what do they offer versus just using the 4 together by myself?

Also, coming from a LAMP background, I originally started with procedural php programming before learning about mvc frameworks and all that jazz that made my life easier, would you recommend diving straight into working with frameworks (express) or just work with just node and angular instead (without express)?

FFGenerations
Profile Blog Joined April 2011
7088 Posts
Last Edited: 2015-04-19 00:46:21
April 19 2015 00:15 GMT
#12308
why does callprintwriter(); (at least the write function) stop working if i put it where it currently is?

i cant see any reason for it to not work

the only thing i can think of is you need to close IOmage or Buffered graphic thing, but nothing really comes up on google.

callprintwriter(); prints to text file if i put it above the for loop. if i put it below (where it is now) then it does not work.

+ Show Spoiler +


package main;

import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.io.PrintWriter;
import static java.lang.Math.floor;
import java.net.URL;
import java.util.ArrayList;
import javax.imageio.ImageIO;

/**
*
* @author J
*/
public class ImageController {

//int roundUp(int numToRound, int multiple)
//{
// if(multiple == 0)
// {
// return numToRound;
// }
//
// int remainder = numToRound % multiple;
// if (remainder == 0)
// return numToRound;
// return numToRound + multiple - remainder;
//}
public static void controlImage(ArrayList<String> imageURLs) throws IOException, Exception {

// ArrayList <String> imageURLs = new ArrayList<>();
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//Integer totalHeight= 300*((Math.round(imageURLs.size()/6)));
//
//Integer totalHeight = imageURLs.size()*300/4;
//
//Integer totalHeight = 300*(roundUp(imageURLs.size(), 4));
// int arraySize = imageURLs.length();
//Integer totalHeight = (roundUp(imageURLs.size(),4))*200;
//System.out.println(imageURLs.size());
//System.out.println(totalHeight);
// height = numberofentries / 4 rounded up to the nearest multiple of 4
// height = numberofentries rounded up to the nearest 4, divided by 4, times 300px
//Double heightMath= 200*((Math.ceil(Math.abs(imageURLs.size()/4.0))));
//Long heightMath= 300*(long)Math.floor(imageURLs.size() + 1d);
//Integer totalHeight = (int) (double) heightMath;
//double doubleimage = imageURLs.size();
//if ((doubleimage/4) == imageURLs.size()/4){
// totalHeight = totalHeight-200;
//if (totalHeight < 300){
// totalHeight = 300;
// }
//

int numberOfBoxes = imageURLs.size();
// int totalHeight = gridFix(numberOfBoxes);
//
// int gridDepth = (int) Math.ceil(((double)numberOfBoxes)/4);
//
// int totalHeight = roundUp(gridDepth, 4)*200;

int totalHeight = ((int) Math.ceil(((double) numberOfBoxes - 1) / 4)) * 200;

BufferedImage result = new BufferedImage(
600, totalHeight, //work these out
BufferedImage.TYPE_INT_RGB);

Graphics g = result.getGraphics();

Integer x = 0;
Integer y = 0;
Integer w = 150;
Integer h = 200;

String generatedImageFilePath = "C:\\Users\\J\\Desktop\\resultimage.png";

for (String imageURL : imageURLs) {

URL url = new URL(imageURL);

BufferedImage bi = ImageIO.read(url);
g.drawImage(bi, x, y, w, h, null);
x += 150;
if (x >= result.getWidth()) {
x = 0;
y += 200;

}
try {
ImageIO.write(result, "png", new File(generatedImageFilePath));

} catch (IOException e) {
}



}

callprintwriter();
}


private static int roundUp(int gridDepth, int multiple) {
return (gridDepth + multiple) / multiple;
}

private static int gridFix(int numberOfBoxes) {
int gridDepth = (int) Math.ceil(((double) numberOfBoxes) / 4);
return gridDepth;
}

private static void callprintwriter() throws Exception {

PrintWriter writer2 = new PrintWriter("C:\\Users\\J\\Desktop\\imgurUploadData.txt", "UTF-8");
writer2.println("should work");
writer2.close();

Thread.sleep(5000);

UploadController.getImgurContent("C:\\Users\\J\\Desktop\\resultimage.png");

//UploadController.getImgurContent(generatedImageFilePath);
}
}
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
April 19 2015 01:20 GMT
#12309
Times like this are when you put an execution break and do some step-through debugging.
Average means I'm better than half of you.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
April 19 2015 01:25 GMT
#12310
i dont know how to get that to work for a web app? ill try again
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
teamamerica
Profile Blog Joined July 2010
United States958 Posts
Last Edited: 2015-04-19 03:55:45
April 19 2015 01:45 GMT
#12311
Hi all, anyone know a good way to convert a String in java to a Map<Character, Integer>. I can do it with a for loop, just was hoping there way some way I could do it with Streams.

Basically I want something equivalent to the python code:
indexes = {c:i for i,c in enumerate("0123456789")}
.

Tried following code in Java but it won't compile (reading function signatures these Stream functions makes my head hurt...).
String alphabet = "0123456789";
//Hoping something like below would work
IntStream.range(0, alphabet.length()).collect(Collectors.toMap(alphabet::charAt, Function.identity());


Obviously it's not super important to not use a for-loop so plz spare me any comments about that.

edit: asked same on SO, got answer:
Map<Character, Integer> indexes = IntStream.range(0, alphabet.legth()).boxed().collect(Collectors.toMap(alphabet::chatAt, Function.identity());


Was missing the .boxed() call with gives Stream<T> which accepts collectors, vs IntStream which has a 3 arguement .collector. Now to figure out what it would look like without using the .boxed() calll...

edit2: Looks super long without using Collectors.toMap lol
+ Show Spoiler +

editagain, I'm wrong since the combiner call also needs to check for duplicates. Really the guy who answered this on SO explained way better then me so I'll link that: http://stackoverflow.com/a/29725153/1505466
RIP GOMTV. RIP PROLEAGUE.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
Last Edited: 2015-04-19 02:15:01
April 19 2015 02:12 GMT
#12312
i might be figuring it out

i got to the point where i suddenly realise i have to access all my methods from the servlet (master location) so suddenly everything is different

this is the momentarily fun part of programming before i have to parse some more json
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
Rotodyne
Profile Blog Joined July 2005
United States2263 Posts
April 19 2015 02:23 GMT
#12313
On April 19 2015 08:10 betaflame wrote:
Hi guys, I have a good amount of experience with LAMP stack, php, mvc frameworks, jquery, javascript and such and I am looking into learning "MEAN" and I have a couple questions:

From my own research, there seems to be 2 main "frameworks" for MEAN but by itself, you could technically work with just mongodb, expressjs, angular and node on its own together. So is there any point in really going with those advertised "MEAN" stacks? Like what do they offer versus just using the 4 together by myself?

Also, coming from a LAMP background, I originally started with procedural php programming before learning about mvc frameworks and all that jazz that made my life easier, would you recommend diving straight into working with frameworks (express) or just work with just node and angular instead (without express)?



I'm curious, what are the two frameworks that you are referring to? I set up a MEAN environment a while back and I believe you definitely want to use Express, but I don't know enough to provide sound reasoning. But avoid reinventing the wheel whenever possible.

Since you already have experience with the LAMP stack, why don't you get some Angular experience using PHP as a backend instead of Node? I would recommend Laravel or their new micro framework Lumen. At least for me, it is easier to learn one thing at a time. (unless you already know angular, ignore this).

I think I am pretty decent at Angular, so if you have any questions PM me!
I can only play starcraft when I am shit canned. IPXZERG is a god.
Manit0u
Profile Blog Joined August 2004
Poland17831 Posts
April 19 2015 02:28 GMT
#12314
On April 19 2015 11:23 Rotodyne wrote:
Show nested quote +
On April 19 2015 08:10 betaflame wrote:
Hi guys, I have a good amount of experience with LAMP stack, php, mvc frameworks, jquery, javascript and such and I am looking into learning "MEAN" and I have a couple questions:

From my own research, there seems to be 2 main "frameworks" for MEAN but by itself, you could technically work with just mongodb, expressjs, angular and node on its own together. So is there any point in really going with those advertised "MEAN" stacks? Like what do they offer versus just using the 4 together by myself?

Also, coming from a LAMP background, I originally started with procedural php programming before learning about mvc frameworks and all that jazz that made my life easier, would you recommend diving straight into working with frameworks (express) or just work with just node and angular instead (without express)?



I'm curious, what are the two frameworks that you are referring to? I set up a MEAN environment a while back and I believe you definitely want to use Express, but I don't know enough to provide sound reasoning. But avoid reinventing the wheel whenever possible.

Since you already have experience with the LAMP stack, why don't you get some Angular experience using PHP as a backend instead of Node? I would recommend Laravel or their new micro framework Lumen. At least for me, it is easier to learn one thing at a time. (unless you already know angular, ignore this).

I think I am pretty decent at Angular, so if you have any questions PM me!


You can learn all that in even smaller steps since you can use angular with php backend
Time is precious. Waste it wisely.
betaflame
Profile Joined November 2010
175 Posts
April 19 2015 02:52 GMT
#12315
On April 19 2015 11:23 Rotodyne wrote:
Show nested quote +
On April 19 2015 08:10 betaflame wrote:
Hi guys, I have a good amount of experience with LAMP stack, php, mvc frameworks, jquery, javascript and such and I am looking into learning "MEAN" and I have a couple questions:

From my own research, there seems to be 2 main "frameworks" for MEAN but by itself, you could technically work with just mongodb, expressjs, angular and node on its own together. So is there any point in really going with those advertised "MEAN" stacks? Like what do they offer versus just using the 4 together by myself?

Also, coming from a LAMP background, I originally started with procedural php programming before learning about mvc frameworks and all that jazz that made my life easier, would you recommend diving straight into working with frameworks (express) or just work with just node and angular instead (without express)?



I'm curious, what are the two frameworks that you are referring to? I set up a MEAN environment a while back and I believe you definitely want to use Express, but I don't know enough to provide sound reasoning. But avoid reinventing the wheel whenever possible.

Since you already have experience with the LAMP stack, why don't you get some Angular experience using PHP as a backend instead of Node? I would recommend Laravel or their new micro framework Lumen. At least for me, it is easier to learn one thing at a time. (unless you already know angular, ignore this).

I think I am pretty decent at Angular, so if you have any questions PM me!


I am referring to MEAN.js and MEAN.io (http://meanjs.org/ http://mean.io/#!/)
Apparently they are both made by the same guy but one of them was bought out by a company and he continued development by creating a new one instead..?

Yep, I've had some experience with Laravel but I've never heard of Lumen, I'll definitely check it out!

In terms of using angular, whats the core difference between just using typical javascript with jquery and templating on the front-end? Is it the maintainability and structure?
FFGenerations
Profile Blog Joined April 2011
7088 Posts
Last Edited: 2015-04-19 03:17:05
April 19 2015 03:16 GMT
#12316
is it normal to talk in plural when you describe what you're doing in computer processes?

everything i write is like "We retrieve x and then do x. We put it on our local server. Send it back to our jsp"

to me its natural to talk like that , im not quite sure why. maybe it sounds really weird to some people, like what if my tutor thinks "what do you mean WE? arent you supposed to be working alone?"
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
April 19 2015 03:29 GMT
#12317
On April 19 2015 12:16 FFGenerations wrote:
is it normal to talk in plural when you describe what you're doing in computer processes?

everything i write is like "We retrieve x and then do x. We put it on our local server. Send it back to our jsp"

to me its natural to talk like that , im not quite sure why. maybe it sounds really weird to some people, like what if my tutor thinks "what do you mean WE? arent you supposed to be working alone?"

That's like standard for all language, really. There's a really strong tendency to generalize statements that should be personal or first-person.
Average means I'm better than half of you.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
April 19 2015 04:23 GMT
#12318
when i wake up im gonna
1) figure out how to host online 4reals (no clue whatsoever)
2) set up so my imagegenerator saves to an online url so i can pass this to imgur and have imgur host on my behalf
3) set up the parse the imgur url back to the user
4) clean up
5) probably that's it. no database. no validation. no secutiry. no error catching (or wtvr ppl do). just do the report and thats done!!!
6) do my 2nd assignment (i will have 2 days to do that). that is mobile application dev on X some mac bullshit thing
7) do my 3rd assignment (i will have less than 2 days to do that). that is formal mathematicals to formulate application logic/structure/testing using fucking mathematics . using an application called Perfect. anyone done that kind of stuff? its like, you design classes and stuff but using math and this special language . something like that. i'm so fucked.
8) after 4-5 days i wiill have finish uni barring 1 exam thing. idk if i will be able to do those assignments coz they wont be easy but they are already both Late. i just need 40/100 to pass but 2 days to do them especially fucking mATHS is gonna be a nightmare.
im so delirious i was seeing spiders and flies earlier hallicinating . i still am. its reall hallicuniations lol like being high on diphenhydramine

heres some lolis

[image loading]
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
catplanetcatplanet
Profile Blog Joined March 2012
3836 Posts
April 19 2015 05:49 GMT
#12319
hey guise i'm not an advanced programmer or anything but i'm convinced my lab partner is a moron

[image loading]

what can i do to stop him from doing dumb stuff like this
I think it's finally time to admit it might not be the year of Pet
Ropid
Profile Joined March 2009
Germany3557 Posts
April 19 2015 06:10 GMT
#12320
I was most successful by drawing what's happening on paper with a pencil, boxes with names and arrows and stuff like that. I mean that as an addition to trying to explain normally with words.
"My goal is to replace my soul with coffee and become immortal."
Prev 1 614 615 616 617 618 1032 Next
Please log in or register to reply.
Live Events Refresh
PiG Sty Festival
12:00
PiGfest 8.0 Group B
ByuN vs HeRoMaRinE
ShoWTimE vs Zoun
PiGStarcraft403
3DClanTV 10
LiquipediaDiscussion
Escore
10:00
Season 3 Week 7
escodisco1875
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft403
Lowko400
Rex 49
mouzHeroMarine 16
BRAT_OK 10
StarCraft: Brood War
Britney 48967
Mini 1028
Jaedong 673
Pusan 618
Snow 340
EffOrt 292
actioN 287
Light 157
Hyuk 130
Mong 127
[ Show more ]
Zeus 126
Rush 68
ToSsGirL 52
hero 43
Sharp 29
Barracks 28
HiyA 26
Free 24
soO 21
Sacsri 20
Terrorterran 18
Sexy 18
scan(afreeca) 15
Noble 15
Icarus 14
Dota 2
The International43797
Gorgc13183
KheZu44
Counter-Strike
olofmeister1286
kRYSTAL_86
Other Games
singsing1552
B2W.Neo569
crisheroes311
Hui .145
Liquid`LucifroN114
Mew2King100
hiko54
Livibee10
Organizations
StarCraft 2
IntoTheiNu 451
ComeBackTV 172
StarCraft: Brood War
UltimateBattle 15
[ Show 11 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• Migwel
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 1933
League of Legends
• Jankos1119
• Stunt489
Upcoming Events
Big Brain Bouts
3h 55m
Nicoract vs Neeb
TriGGeR vs ShoWTimE
CranKy Ducklings
21h 55m
PiG Sty Festival
23h 55m
herO vs Krystianer
Solar vs Cure
IPSL
1d 3h
Sparkling Tuna Cup
1d 21h
PiG Sty Festival
1d 23h
Maru vs Shameless
Reynor vs TriGGeR
IPSL
2 days
OSC
2 days
Afreeca Starleague
2 days
Rush vs Hm
Bisu vs Shuttle
WardiTV Weekly
2 days
[ Show More ]
The Patches Monday
3 days
Afreeca Starleague
3 days
Sharp vs Shinee
Action vs Shine
PiGosaur Cup
4 days
Replay Cast
4 days
Afreeca Starleague
4 days
BeSt vs Paralyze
Jaedong vs Speed
Kung Fu Cup
4 days
The PondCast
5 days
KCM Race Survival
5 days
Replay Cast
6 days
PiG Sty Festival
6 days
Liquipedia Results

Completed

Proleague 2026-08-13
CranK Gathers Season 4: BW vs SC2 Team League
Eternal Conflict S2 Finale

Ongoing

KCM Race Survival 2026 Season 3
K-JUNGMAN
Acropolis #5
Escore Tournament S3: W7
RSL Revival: Season 6
PiG Sty Festival 8.0
Esports World Cup 2026
Esports World Cup 2026: LCQ
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 2026
IEM Cologne Major 2026

Upcoming

CSLAN 4
ASL Season 22
Escore Tournament S3: W8
Acropolis #5 - TRS
Blizzard Classic Cup 2026
Acropolis #5 - GSA
Acropolis #5 - GSB
HSC XXX
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
RSL Offline Finals
Big Dog Cup 2026 Div 1
META DYMY #4
Stake Ranked Episode 5
PGL Masters Bucharest 2026
Thunderpick World Champ.
ESL Pro League Season 24
Stake Ranked Episode 4
1win Private Club #1
Logitech G Connect 2026
SL StarSeries Fall 2026
FISSURE Playground #5
BLAST Open Fall 2026
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.