#aspnetcoreapplication arama sonuçları

"#aspnetcoreapplication" için sonuç bulunamadı

Bug Bounty Tip Always check different encodings for your XSS payload. For example: ?q=<img src onerror=alert(1)> ?q=\u003cimg src onerror=alert(1)\u003e There might be a filter that removes <>, but not unicode symbols \u003c \u003e. Cheers!

therceman's tweet image. Bug Bounty Tip

Always check different encodings for your XSS payload.

For example:
?q=&amp;lt;img src onerror=alert(1)&amp;gt;
?q=\u003cimg src onerror=alert(1)\u003e

There might be a filter that removes &amp;lt;&amp;gt;, 
but not unicode symbols \u003c \u003e.

Cheers!

I get this weird CC issue, and I do not even have any image added to the prompt... like wtf? "API Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"Could not process image"},"request_id":"req_011CUbWmD5hx2RKJ2fyHQsmU"}" anyone else having this issue?

fgajtan's tweet image. I get this weird CC issue, and I do not even have any image added to the prompt... like wtf?

&quot;API Error: 400 {&quot;type&quot;:&quot;error&quot;,&quot;error&quot;:{&quot;type&quot;:&quot;invalid_request_error&quot;,&quot;message&quot;:&quot;Could not process image&quot;},&quot;request_id&quot;:&quot;req_011CUbWmD5hx2RKJ2fyHQsmU&quot;}&quot;

anyone else having this issue?

There should be a filter to make sure I never see this on my screen again @BillGates.

slimboTweet's tweet image. There should be a filter to make sure I never see this on my screen again @BillGates.

You asked for an advanced filter option... And we delivered! 🍦 What else do you guys want to see at Creem?

creem_io's tweet image. You asked for an advanced filter option... And we delivered! 🍦

What else do you guys want to see at Creem?

Save this post. I'm going to show you the GitHub repo where you can find 99% of the code you need to write: (485 .NET code examples in one place) The name of the repository? practical-aspnetcore: github.com/dodyg/practica… In one place it contains 485 different practical…

kristijan_kralj's tweet image. Save this post.
I&apos;m going to show you the GitHub repo where you can find 99% of the code you need to write:

(485 .NET code examples in one place)

The name of the repository?

practical-aspnetcore: github.com/dodyg/practica…

In one place it contains 485 different practical…

add image from content library! 1761779188744

AutoDCMation10's tweet image. add image from content library! 1761779188744

I present to you: filters that actually do work

callebtc's tweet image. I present to you: filters that actually do work

CSS filter property visual guide for frontend developers 🎨 A Thread 🧵👇

AlfaizAliX's tweet image. CSS filter property visual guide for frontend developers 🎨

A Thread 🧵👇

A client asked me to improve their website load time. Most of their images were ~1MB each, so I planned to batch compress them to WebP. I assumed there were maybe 10k images. Then I checked S3… 21.5 million objects. 😅 And more than 90% are never accessed because there’s no…

TheAwaisManzoor's tweet image. A client asked me to improve their website load time. Most of their images were ~1MB each, so I planned to batch compress them to WebP.
I assumed there were maybe 10k images.
Then I checked S3… 21.5 million objects. 😅
And more than 90% are never accessed because there’s no…

not sure how hard this is but could you put a "show only available" filter? cc @RhysSullivan @ethanniser

Hacksore's tweet image. not sure how hard this is but could you put a &quot;show only available&quot; filter?

cc @RhysSullivan @ethanniser

Here are my favorite filters. They pixilate the photo's with one of four colors. It's really cool 😊.

oody48826706's tweet image. Here are my favorite filters. They pixilate the photo&apos;s with one of four colors. It&apos;s really cool 😊.
oody48826706's tweet image. Here are my favorite filters. They pixilate the photo&apos;s with one of four colors. It&apos;s really cool 😊.
oody48826706's tweet image. Here are my favorite filters. They pixilate the photo&apos;s with one of four colors. It&apos;s really cool 😊.
oody48826706's tweet image. Here are my favorite filters. They pixilate the photo&apos;s with one of four colors. It&apos;s really cool 😊.

Found that one filter and never looked back

KatheuNzyimi's tweet image. Found that one filter and never looked back

One can select a picture to use as a reference filter as well. Good stuff.

stufflistings's tweet image. One can select a picture to use as a reference filter as well.
Good stuff.
stufflistings's tweet image. One can select a picture to use as a reference filter as well.
Good stuff.
stufflistings's tweet image. One can select a picture to use as a reference filter as well.
Good stuff.
stufflistings's tweet image. One can select a picture to use as a reference filter as well.
Good stuff.

☑️ Day 65 of learning SwiftUI Built a simple app that: 1. Imports photos from the photo library 2. Currently applies only a sepia filter 3. Displays an empty state if no image is loaded Next up: I learn how to change filters

hermanhaidin's tweet image. ☑️ Day 65 of learning SwiftUI

Built a simple app that:

1. Imports photos from the photo library
2. Currently applies only a sepia filter
3. Displays an empty state if no image is loaded

Next up: I learn how to change filters

Playing with texture filtering this morning! I think I do prefer the N64-style for Azaran 😋 A - 1080x1080 (HD source image) B - 32x32 point filter ("pixel"-style) C - 32x32 bilinear filter (Unity default) D - 32x32 3-sample bilinear filter (N64-style)

BenjiGameDev's tweet image. Playing with texture filtering this morning! I think I do prefer the N64-style for Azaran 😋

A - 1080x1080 (HD source image)
B - 32x32 point filter (&quot;pixel&quot;-style)
C - 32x32 bilinear filter (Unity default)
D - 32x32 3-sample bilinear filter (N64-style)

If you do no like the color for validation errors for ASP.NET Core place the following CSS rule in site.css

KarenPayneMVP's tweet image. If you do no like the color for validation errors for ASP.NET Core place the following CSS rule in site.css

Here's one for ya! Did you know the browser auto-converts any <image tags to <img tags? This means you could bypass filtering in place on solutions looking for <img tags, as this conversion is done in the browser. It's even in the HTML5 RFC with "Don't Ask" in brackets!

ctbbpodcast's tweet image. Here&apos;s one for ya!

Did you know the browser auto-converts any &amp;lt;image tags to &amp;lt;img tags? 

This means you could bypass filtering in place on solutions looking for &amp;lt;img tags, as this conversion is done in the browser.

It&apos;s even in the HTML5 RFC with &quot;Don&apos;t Ask&quot; in brackets!

There are ways in which we can sidestep these. I’ve been working on invisible filters that one can apply on your image, which are undetectable for to the human eye, and don’t change they file format. These filters, adversarial attacks, can completely confuse these models.

anaxeros's tweet image. There are ways in which we can sidestep these.
I’ve been working on invisible filters that one can apply on your image, which are undetectable for to the human eye, and don’t change they file format. These filters, adversarial attacks, can completely confuse these models.

Loading...

Something went wrong.


Something went wrong.


United States Trends