میخوای متنفر بشی
بهم فوش بدی
بده تا جانت در بیاد
من الگوریتم
و تو و افکارت و هر آنچه بهش فکر میکنی . برام مهم نیست
you should be smart enough to realize this:
1. Stay silent. Not everything needs to be said.
2. Silence is better than unnecessary drama.
3. If you find someone smarter than you, work with them, don't compete. Competition is a weakness.
4. The family you create is more important than the family you come from.
5. Your current job doesn't care about you. They only pay you enough to kill your dreams.
6. Free yourself from society's advice, most of them have no idea of what they're doing.
6. INFLUENCE
Most people drift through life.
They have no purpose, no direction, and zero intent.
Learn their needs.
Lead them.
7. It's better to have 1 friend who's;
• Happy for you
• Supports your win
• Encourages your dreams
Than a bunch of acquittance who are
• Lazy
• Self-centered
• Jealous of your success
8. You'll be 10x happier if you forgive your parents and stop blaming them.
9. If you continue waiting for the "right time ”, you’ll waste your whole life and nothing will happen.
10. No one will ever come save you. Your life is 100% your responsibility.
11. Your inner circle should be more focused on money, success, and starting a family.
12. You don't need 100 self-help books. All you need is actions and self-discipline.
MEN are helpless, left high and dry. Everyone uses for their own ends.
Only top 20% MEN:
- make great money
- have power and authority
Learn how to "Play The Game"
// Add a text block for the mode message
_modeTextBlock = new TextBlock
{
Text = string.Empty,
ForegroundColor = Color.Green,
FontSize = TextSize,
HorizontalAlignment = HorizontalAlignment.Center,
VerticalAlignment = VerticalAlignment.Center
};
_grid.AddChild(_modeTextBlock, 1, 0);
// Attach the grid to the chart
Chart.AddControl(_grid);
}
private void Chart_KeyDown(ChartKeyboardEventArgs obj)
{
// Activate alert point setting mode when the "A" key is pressed
_isSettingAlertPoint = true;
_modeTextBlock.Text = "Click on the chart to set the alert point";
}
private void Chart_MouseDown(ChartMouseEventArgs obj)
{
// If in alert point setting mode, set the alert point to the mouse click price
if (_isSettingAlertPoint)
{
double clickedPrice = Chart.YToYValue(obj.MouseY);
Chart.RemoveObject("alertLine");
Chart.RemoveObject("alertLabel");
AlertPoint = clickedPrice;
DrawAlertLineWithLabel(AlertPoint);
_isSettingAlertPoint = false;
_modeTextBlock.Text = string.Empty;
}
}
private void DrawAlertLineWithLabel(double price)
{
// Draw the horizontal line at the alert point
Chart.DrawHorizontalLine("alertLine", price, Color.Red, 2, LineStyle.Solid);
// Draw the text label with the price
Chart.DrawText(
name: "alertLabel",
text: price.ToString("F4"),
barIndex: Bars.Count - 1, // Using the last bar index
y: price, // Y-axis value for the price
color: Color.FromName(TextColor)
);
}
}
}
بله من شمشیر رو دست هر کسی نمیدم
تو باید نصف هزینش رو بدی
با تحمل و تغییر
تو باید عوض بشی
من به تو میگم فلان کد رو بهت میدم
بعد صبر میکنم و نگاهت میکنم
تو از من متنفر میشی ؟
تو به من میگی بده!
تو در برابر فریب چه عکس العملی داری
📹 Motivational #shorts
INNER_CIRCLE_VIPER?si=ZXNnNyw4hrmh8gEc"> INNER CIRCLE VIPER
@ICT_ADVANCED
لازمهی هر تغییر و تحول
در زندگی ما
این است که بپذیریم،
شناختمان
از دنیای پیرامون
به انتهای خود رسیده ،
و عمدهی تصورات ما
فرو ریخته است.
کارل_گوستاو_یونگ (۱۹۶۱-۱۸۷۵)
فیلسوف و روانشناس برجستهی سوئیسی
@ict_sources_viper
@ICT_VIPER