Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2015-10-14 21:37:12, last edited by SirJosh3917 (2015-10-14 22:00:55)

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

[EE Experiment] Video Series

Hello everybody! I am doing a video series on experiments.
These are a little bit "scientific", but not fully.

What is the most popular letter in a username?

I hate near the end how that person in green said something totally inappropriate.
Why did I friend that person? Because they sent a request.

Offline

Wooted by:

#2 2015-10-14 22:51:08

STD
Formerly BenWanted
From: Binary by 0 and 1
Joined: 2015-08-19
Posts: 1,113

Re: [EE Experiment] Video Series

Hardcore Dubstep in an EE video... nice


random-pictures-316.jpg

Offline

Wooted by:

#3 2015-10-14 23:27:24, last edited by Koya (2015-10-14 23:31:39)

Koya
Fabulous Member
From: The island with those Brits
Joined: 2015-02-18
Posts: 6,310

Re: [EE Experiment] Video Series

Benwanted wrote:

Hardcore Dubstep in an EE video... nice

It's 'nub'step - introductory mainstream electric.

Let's try going through all of the usernames next time rather than 50 (assuming for average username length is 5-7), if we are going to try to get the most popular - let's use all of the data we can get!


Edit
Better background music too:
Bignic,
The Flashbulb,
Overwerk,
Pretty much any acoustic,
RJD2,
Ratatat


Po9cnQh.png

PLNQVL8.png
Thank you eleizibeth ^

1SYOldu.png

I stack my signatures rather than delete them so I don't lose them
giphy.gif

WfSi4mm.png

Offline

Wooted by:

#4 2015-10-15 08:06:10

tentacleTherapist
Member
Joined: 2015-02-15
Posts: 185

Re: [EE Experiment] Video Series

I wasn't going to comment and I know this is just for fun but then you put the word scientific in it. You used one world, at one specific time, with the word youtube in it's name, you're only going to get a very small range of the people in ee with that. As well as that, you posted your aim in the chat, go read up on demand characteristics and the negative-participant role, most of your participants aware of that are going to be watching what letters they are using, you even told them your data half way through. I'm being pedantic and I could go on, as Squadfs said you used 50 usernames, but don't say slightly scientific if its not at all. I'm honestly going to sound like such a 5 letter word beginning in B for this post.


This is hella gay

Offline

Wooted by:

#5 2015-10-15 08:38:56, last edited by Minimania (2015-10-15 08:41:37)

Minimania
Moderation Team
From: PbzvatFbba 13
Joined: 2015-02-22
Posts: 6,393

Re: [EE Experiment] Video Series

You put a damn EE video in off topic.

EDIT: Creative, but still really?


21cZxBv.png
Click the image to see my graphics suggestions, or here to play EE: Project M!

Offline

#6 2015-10-15 16:20:33

skullz17
Member
Joined: 2015-02-15
Posts: 6,699

Re: [EE Experiment] Video Series

if you want stats just ask hexagon


m3gPDRb.png

thx for sig bobithan

Offline

Wooted by:

#7 2015-10-15 16:56:43

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,656

Re: [EE Experiment] Video Series

Did you heard of arrays?
Making a variable for each letter is very inefficient. And the code in general looks ugly.

Next time use something like this:

int[] freq = new int[26];
foreach(string username in usernames) 
    foreach(char c in username)  freq[(int)c - 97];

Everybody edits, but some edit more than others

Offline

Wooted by: (3)

#8 2015-10-16 04:41:53

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,575

Re: [EE Experiment] Video Series

Moved to Game Discussion


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

#9 2015-10-16 12:42:10

Koya
Fabulous Member
From: The island with those Brits
Joined: 2015-02-18
Posts: 6,310

Re: [EE Experiment] Video Series

Zumza wrote:

Did you heard of arrays?
Making a variable for each letter is very inefficient. And the code in general looks ugly.

Next time use something like this:

int[] freq = new int[26];
foreach(string username in usernames) 
    foreach(char c in username)  freq[(int)c - 97];

Bless his sweet little heart.


Po9cnQh.png

PLNQVL8.png
Thank you eleizibeth ^

1SYOldu.png

I stack my signatures rather than delete them so I don't lose them
giphy.gif

WfSi4mm.png

Offline

Koya1444995730550013

Board footer

Powered by FluxBB

[ Started around 1732034943.044 - Generated in 0.061 seconds, 13 queries executed - Memory usage: 1.51 MiB (Peak: 1.67 MiB) ]