Skip to main content

Basic white bitch

Usually goes by the name of Jennifer and denies being a basic person. Enjoys basic dice games and is very competitive.
by Vortre July 24, 2018
mugGet the Basic white bitch mug.

Visual Basic

A powerful RAD (rapid application development) progamming language that allows for easy creation of windows programs. Its main flaw is the fact that micro$hit made it, and therefore under their monopoly, it only runs on windows. Another complaint is about the way many new users use the language. They just paste a couple of objects on a form, user a few undeclared variables (variants, which are slow), and run the program. A real program creates objects at runtime and user delared variables at all times (forced by Option Explicit.) Other than that, it is a good language. It is easy enough to learn for beginners (unlike other languages such as java/C++) and powerful enough to perform complicated calculations and make windows-based programs and games with readable code.
'This is a sample VB program
'It finds the prime factors of any number the user specifies
'Declare Objects
Dim WithEvents txtNumber As TextBox
Dim WithEvents lblPrime As Label
Dim WithEvents cmdFactor As CommandButton

Private Sub cmdFactor_Click()
Dim counter&, answer$, number&
'Check to make sure user entered a valid number
If Not IsNumeric(txtNumber) Then Exit Sub
If Len(txtNumber) = 0 Or txtNumber > 2000000000 Or Sgn(txtNumber) = -1 Then Exit Sub
'Create variable = to what user entered.
number = txtNumber
'factor out 2's
Do While number Mod 2 = 0
number = number / 2
answer = answer & " * 2"
Loop
'factor out other numbers
For counter = 3 To number Step 2
Do While number Mod counter = 0
'exit when primes are exhausted
If number = 1 Then Exit Do
number = number / counter
answer = answer & " * " & counter
Loop
Next counter
'results
MsgBox Right$(answer, Len(answer) - 3), 15, "The Prime Factors of " & txtNumber & " are..."
'gives the textbox focus
txtNumber.SetFocus
End Sub

Private Sub Form_KeyDown(KeyCode%, Shift%)
'pressing escape exits the program
If KeyCode = 27 Then Unload Me
End Sub

Private Sub Form_Load()
'set up form
With Me
.KeyPreview = True
.Move (Screen.Width - .Width) \ 2, (Screen.Height - .Width) \ 2
End With
Set txtNumber = Controls.Add("VB.TextBox", "txtNumber")
With txtNumber
.Move (Me.Width - .Width) \ 2, (Me.Height - .Width) \ 2
.Visible = True
End With
Set lblPrime = Controls.Add("VB.Label", "lblPrime")
With lblPrime
.Caption = "Find Prime Factors Of What Number?"
.Move txtNumber.Left, txtNumber.Top - 800, .Width, .Height + 400
.Visible = True
End With
Set cmdFactor = Controls.Add("VB.CommandButton", "cmdFactor")
With cmdFactor
.Caption = "Factor"
.Default = True
.Move txtNumber.Left, txtNumber.Top + 800
.Visible = True
End With
End Sub

Private Sub Form_Terminate()
'clean up
Dim clrObject As Object
For Each clrObject In Me
clrObject = ""
Next clrObject
End
End Sub
by too good for a name December 5, 2004
mugGet the Visual Basic mug.

Basic's

Noun referring to "basic bitches." Basic's are the typical girl that thinks they are cool because they're artsy, can make a duck face, carry around coffee cups, and where designer brands. You'll know a basic when you see one.
1: "dude checkout those girls, they're all wearing the same designer outit and they're walking around with empty coffee cups and taking selfie.

2: yeah they're basic's

1: werd.
by BasicsTheseDays September 4, 2013
mugGet the Basic's mug.

basic fish

Becky:Omg theres Sandra
Amelia:She's drinking Starbucks, shes such a basic fish
mugGet the basic fish mug.

Basic White Girl

A girl of white descent who has no personality or style. They follow whatever the latest trends are.

They are also huge culture vultures, they commonly black fish and try to make themselves appear like a different race to fit in with a certain culture because they have no culture of their own. Although they are white, they are the first people to speak up or rant about other cultures past or the discrimination that a racial group had gotten in the past knowing they never faced those issues because they are privileged and were not that race to begin with. They tend to say that they are Italian to make up for their lack of culture. Most of these basic white girls mothers (which are apart of the 1st gen privileged whites) are also racist trumpies, also known as a Karen.

Their food is very unseasoned and they use scarce amounts of ONLY salt and pepper and their cooking is trash.

Basic white girls commonly wear wide jeans with basic crop tops, shoulder bags with blonde hair in a blowout, they wear long nails and black sunglasses sported with dirty air forces or converses. They consider SHEIN and other fast fashion stores to be high fashion couture.

Basic white girl's music taste consists of over rated music artists such as olivia rodrigo.

They use tik tok slang such as purrr, slay, you thought u ate? and other cheesy phrases from the tik tok app.

Avoid white girls at all times unless you want to be plain,basic,and cultural appropriating low life!
Lina: Did you see that basic white hoe emily?
Cameron: Yeah, shes a basic white girl, annoying and privileged
by imvalidanduknowit January 27, 2022
mugGet the Basic White Girl mug.

Balija

(Pronounced in english = Bali-ya)A slang name used for Muslims from Bosnia as an insult or description mostly by Croatians (Cros) or Serbians (Serbs)
English= This balija tried to fuck me up but I told him to suck on it
Cro/Serb= Ovaj balija tjemo zajebat a jamu reko de popusi
by myyo November 5, 2005
mugGet the Balija mug.

Basic

When someone tries to fit in and do something that everyone else is doing. Things like getting a similar hair cut, wearing certain clothes brands, or dressing with a certain style in general. Giving into societies morals of the time.
God, Cody cut his hair just like all the other guys, so basic. I wish guys would branch out and be more original.

Seth dresses just like everyone else now, what a basic dude.
by Bunny3028 April 8, 2017
mugGet the Basic mug.

Share this definition

Sign in to vote

We'll email you a link to sign in instantly.

Or

Check your email

We sent a link to

Open your email