Frikkie
Frikkie Van Wyk   Viljoenskroon, Free State, South Africa
 
 
:batsymbol: WELCOME TO MY PROFILE :batsymbol:

═════════════════════════════════════════════════════════════════

Alias: Frikkie / Mal Naai :CrowdControl:

Age: 38 :sotfood: Not a virgin.

Pronouns/Gender: Bat/Man:steamsalty: A part of the SWAGGY++ community

Occupation: Drama teacher + Part Time Actor + Business owner

Qualifications: BA drama and theatre studies, BBusSc, MSc Engineering

Common Gym PR's: 100kg Bench, 220kg Squat, 80kg Row, 280kg Deadlift

Hobbies: Programming/ Acting/ SInging/ Gymer/:steamhappy:GAMING:steamhappy:

I speak 4 languages! : English, Isizulu, Thai, Afrikaans ( Some fluent, some not )

═════════════════════════════════════════════════════════════════

Swag lvl 10 - Swagged Enemies = 69 696 969 :steamthis:
Crack lvl 8 - Main Account for CS:GAAN / CS:TWEE
HIGHEST CSGO RANK: LEM
HIGHEST CS2 RANK/ELO: 14,436 elo, Silver 3
AWP and SCOUT Swagger , Swag 7 Master
HIGHEST DOTA RANK: ANCIENT
PL + Pudge Main :fcp_yena: Carry / Mid

═════════════════════════════════════════════════════════════════

“Acting is behaving truthfully under imaginary circumstances.”
“The gratification comes in the doing, not in the results.”
“Remember: there are no small parts, only small actors.”

═══════════════════════════ ೋღ☃ღೋ ════════════════════════════

Our deepest fear is not that we are inadequate. Our deepest fear is that we are powerful beyond
measure. It is our light, not our darkness that most frightens us.
We ask ourselves, ‘Who am I to be brilliant, gorgeous, talented, fabulous?’ Actually,
who are you not to be?

═══════════════════════════ ೋღ☃ღೋ ════════════════════════════

By compiling this, you can see if you're a dom poes,
if you're reading this then you should probably try it

#include <iostream>
#include <vector>
#include <cmath>
#include <algorithm>
#include <numeric>

void computeStats(const std::vector<int>& iq_values, double& mean, int& range, double& std_dev)
{ double sum = 0, sum_sq = 0;
auto [minIQ, maxIQ] = std::minmax_element(iq_values.begin(), iq_values.end());

for (int iq : iq_values) {
sum += iq; // Sum for mean
sum_sq += iq * iq; // Sum of squares for variance }

mean = sum / iq_values.size();
double variance = (sum_sq / iq_values.size()) - (mean * mean);
std_dev = std::sqrt(variance);
range = *maxIQ - *minIQ; // Efficient range calculation }

int main() { int YourIQ ; std::cout << "Enter your IQ: "; std::cin >> YourIQ ;

std::vector<int> iq_values = {100, 140, 98, 110, 156, 84, userIQ};

double mean, std_dev;
int range;

computeStats(iq_values, mean, range, std_dev);

std::cout << "\nStatistical Analysis:\n";
std::cout << "Mean IQ: " << mean << std::endl;
std::cout << "Range of IQ: " << range << std::endl;
std::cout << "Standard Deviation: " << std_dev << std::endl;

if (YourIQ >= 80) { if (YourIQ > 100) {std::cout << "Your IQ is above the average IQ of 100.\n"; }
else if (YourIQ < 100) { std::cout << "Your IQ is below the average IQ of 100.\n";}
else { std::cout << "Your IQ is exactly the average IQ of 100.\n";}}
else { std::cout << "You are deemed a dom poes with an IQ of " << YourIQ << ".\n"; }
return 0; }
Yndlingsspil
7.442
timer spillet
1
præstationer
Yndlingsgruppe
Girl Gamers - Offentlig gruppe
Girl Gamers, Welcome to the Family
275.969
medlemmer
17.188
i spil
66.221
online
27.743
i chat
RUBBADUBBADOO 21. feb. kl. 6:01 
This mans logic is, if you are better than him, you are cheater
FaZe_BrakPan 2. feb. kl. 3:35 
poes kak
just me♥ ♱ 12. maj 2024 kl. 10:42 
7k hours 1 service medal u a mute
Frikkie 29. mar. 2024 kl. 3:29 
ezzzz
Mark Lifman 28. mar. 2024 kl. 5:41 
very good player +rep
gizm0 15. mar. 2024 kl. 7:27 
I hope this message finds you well. I wanted to take a moment to chat with you about something that's been on my mind for a while. As someone who's played CS:GO for quite some time and has racked up an impressive 7000 hours, it's clear you have a passion for the game, and your skill level reflects that dedication. However, I've noticed that sometimes in-game, your behavior tends to lean towards toxicity.