Filter
Exclude
Time range
-
Near
27 Jul 2025
Who changed the host file on the DCs? DeviceFileEvents | where FileName == @"hosts" | where FolderPath == @"C:\Windows\System32\drivers\etc\hosts" | where ActionType in ("FileModified", "FileRenamed") | extend Initiator = tostring(InitiatingProcessFileName), InitiatorCmd = tostring(InitiatingProcessCommandLine), InitiatorHash = tostring(SHA256), FolderDepth = array_length(split(FolderPath, @"\")) | summarize FirstSeen = min(Timestamp), LastSeen = max(Timestamp), Count = count(), UniqueDevices = dcount(DeviceName), UniqueUsers = dcount(InitiatingProcessAccountName) by Initiator, InitiatorCmd, InitiatorHash, DeviceName, FileName, InitiatingProcessAccountName, ReportId | order by LastSeen desc
2
26
116
7,672
News18 Kannada tops the chart in unique visitors for May 2025. #news18kannada #uniqueusers #websitetraffic #comscore
75
¿Aún usas Set para eliminar duplicados en Swift? Hay formas más seguras, ordenadas y potentes👇 🔁 Usar Set es rápido, pero tiene limitaciones: pierde el orden y solo funciona con tipos Hashable. Si eso no encaja con tu caso, hay alternativas mucho mejores. 🧰 Por ejemplo, con reduce(into:) puedes mantener el orden original y aplicar tu propia lógica: let numbers = [1, 2, 2, 3, 3, 3] let unique = numbers.reduce(into: []) { result, number in if !result.contains(number) { result.append(number) } } // Resultado: [1, 2, 3] 💡 También puedes extraer valores únicos según una propiedad específica: struct User { let id: Int; let name: String } let users = [User(id: 1, name: "A"), User(id: 1, name: "A"), User(id: 2, name: "B")] let uniqueUsers = users.reduce(into: [User]()) { result, user in if !result.contains(where: { $0.id == user.id }) { result.append(user) } } // Resultado: [User(id: 1, name: "A"), User(id: 2, name: "B")] 📦 Pero si ya usas Swift Package Manager, hay una opción aún más simple: la función .unique() de la librería swift-algorithms: import Algorithms let values = [3, 1, 2, 3, 1] let unique = values.uniqued() // Resultado: [3, 1, 2] ✨ .unique() respeta el orden y ofrece variantes como unique(on:) para eliminar duplicados según una clave: let uniqueByName = users.uniqued(on: \.id) 🚀 Estas soluciones son más expresivas, seguras y mantienen el control sobre el orden y la lógica de comparación. 👨‍💻 ¿Cuál sueles usar tú en tus proyectos? ¿Set rápido o lógica personalizada?

2
2
8
207
$IBIT | InfinityBit | Now over $5m MCAP 📈 A quick explainer: $IBIT | InfinityBit, is a new, cool CEX - You may not know them - but you should! They are offering on-chain verifiable proof of reserves with every asset on their platform a direct reflection of the underlying asset. It stands out by rocking complete transparency in reserves as it allows every user the power to self-audit the reserves at any moment Key Technological Features: Strutting its stuff on the Final Settlement Blockchain (FSB), a posh Ethereum cousin, it enables real-time settlements and verifies assets like a boss VIP treatment - the AI-powered trading system is exclusively for $IBIT holders, adding that extra sexy to the platform Recent Developments: 13.27K uniqueusers visited $IBIT visitors is showing The web is has 100K viewers every month With holders increasing daily and marketcap at 5 million, with steady organic growth and a community that totally vibes with the product's potential this can go much higher in MCAP imo Summary: InfinityBit hits the spot for on-chain reserves and is dead serious about transparency and making waves. It's the perfect fusion of an AI-powered CEX and transparency from a DEX. With a market cap of $5M, it’s a banging long-term investment pick imo Do some DYOR here: 🌐 Website: infinitybit.io/ 📢 Telegram: t.me/infinitybit_io 🐦 Twitter: twitter.com/InfinityBit_io 💻 Github: github.com/infinitybit-io 📈 Chart: dexscreener.com/ethereum/0x5…)
10
12
33
4,292
15 Dec 2023
We've reached 100 million unique users! 100 million of you (and counting) have been educated, entertained and inspired through our brand websites this year. Thank you for being 1 in 100 million. #100million #Milestone #UniqueUsers #ThankYou #ITPMediaGroup
1
2
83
Chia sẻ cho mọi người code var để chơi nhóm Chỉ cần F12, nhập list danh sách và paste code vào chạy thôi Bad user: Là những người chưa tương tác --------Code------- var DATA = ` Nhập list danh sách x vào đây ` var LIST_USERS_X = []; var LIST_USERS_TWITTER = []; var LIST_USERS_IN_PAGE = []; var xRegex = /x\.com\/([^/?] )[/?]/g; var twitterRegex = /twitter\.com\/([^/] )\/status/g; var match; while ((match = xRegex.exec(DATA)) !== null) { LIST_USERS_X.push(match[1]); } while ((match = twitterRegex.exec(DATA)) !== null) { LIST_USERS_TWITTER.push(match[1]); } var uniqueUsers = LIST_USERS_X.concat(LIST_USERS_TWITTER).filter((value, index, self) => self.indexOf(value) === index); console.log('LIST CHECK:') console.table(uniqueUsers); function start() { try { var data_lists = document.querySelectorAll('.css-1qaijid.r-bcqeeo.r-qvutc0.r-poiln3'); for (let i = 0; i < data_lists.length; i ) { const userName = data_lists[i].textContent; if (!userName.includes('@') || !userName) { continue; } if (!LIST_USERS_IN_PAGE.includes(userName)) { console.log('FOUND: ', userName); LIST_USERS_IN_PAGE.push(userName); } } window.scrollTo(0, window.scrollY 10); if ((window.scrollY window.innerHeight).toFixed(0) < document.documentElement.scrollHeight) { requestAnimationFrame(start); } else { var badUsers = []; uniqueUsers = uniqueUsers.map(function (userA) { return userA.toLowerCase(); }); LIST_USERS_IN_PAGE = LIST_USERS_IN_PAGE.map(function (userB) { userB = userB.replace('@',''); return userB.toLowerCase(); }); console.log("\nEND\n") console.log('TOTAL USSER: ') console.table(LIST_USERS_IN_PAGE) uniqueUsers.forEach(function (userA) { if (!LIST_USERS_IN_PAGE.includes(userA)) { badUsers.push(userA) } }); console.log('\nBAD USERS: ') console.table(badUsers) } } catch (error) { console.table("ERROR: ", error); } } start();
66
2
71
3,211
💡Qua nay nhiều ae ib xin code quá mình share ở đây cho mn tiện lấy sài luôn var DATA = ` Paste tất cả link X và twitter vào đây ` var LIST_USERS_X = []; var LIST_USERS_TWITTER = []; var LIST_USERS_IN_PAGE = []; var xRegex = /x\.com\/([^/?] )[/?]/g; var twitterRegex = /twitter\.com\/([^/] )\/status/g; var match; while ((match = xRegex.exec(DATA)) !== null) { LIST_USERS_X.push(match[1]); } while ((match = twitterRegex.exec(DATA)) !== null) { LIST_USERS_TWITTER.push(match[1]); } var uniqueUsers = LIST_USERS_X.concat(LIST_USERS_TWITTER).filter((value, index, self) => self.indexOf(value) === index); console.log('LIST CHECK:') console.table(uniqueUsers); function start() { try { var data_lists = document.querySelectorAll('.css-4rbku5.css-18t94o4.css-1dbjc4n.r-1loqt21.r-1wbh5a2.r-dnmrzs.r-1ny4l3l'); for (let i = 0; i < data_lists.length; i ) { const userName = data_lists[i].textContent; if (!userName.includes('@') || !userName) { continue; } if (!LIST_USERS_IN_PAGE.includes(userName)) { console.log('FOUND: ', userName); LIST_USERS_IN_PAGE.push(userName); } } window.scrollTo(0, window.scrollY 10); if ((window.scrollY window.innerHeight).toFixed(0) < document.documentElement.scrollHeight) { requestAnimationFrame(start); } else { var badUsers = []; uniqueUsers = uniqueUsers.map(function (userA) { return userA.toLowerCase(); }); LIST_USERS_IN_PAGE = LIST_USERS_IN_PAGE.map(function (userB) { userB = userB.replace('@',''); return userB.toLowerCase(); }); console.log("\nEND\n") console.log('TOTAL USSER: ') console.table(LIST_USERS_IN_PAGE) uniqueUsers.forEach(function (userA) { if (!LIST_USERS_IN_PAGE.includes(userA)) { badUsers.push(userA) } }); console.log('\nBAD USERS: ') console.table(badUsers) } } catch (error) { console.table("ERROR: ", error); } } start();

✨Hiện nay có rất nhiều đội nhóm tương tác xuất hiện. Group lớn có, group nhỏ có. Mục đích chung là kiếm tiền từ X 🆘Nay mình chia sẻ cho các anh em đoạn code check tương tác dành cho các anh em có thể tự check Hoặc tạo nhóm nhỏ để hoạt động 🆘 Var Data = ' Anh em cứ quăng hết link X và twitter vào đây ' List check sẽ hiển thị tổng tài khoản X tham gia tương tác Total user sẽ hiển thị tất cả các user đã tương tác bài viết cho bạn Bad user sẽ hiển thị các tài khoản chưa tương tác với bạn 👉Anh em nào cần code thì like và ib mình gửi cho nhen
151
1
122
8,352
21 Apr 2023
These bots emulate real network users, which is recorded in network statistics and presented to the public as an achievement. The more "UniqueUsers" there are before the fundraiser, the greater the chance of raising more of those funds.
2
26
875
Veve unique user growth is on the rise for collectors, given the market conditions and lows this makes sense and is reassuring. #veve #uniqueusers #IMX #ecomi #omi
8
4
45
$OMI unique user count is moving up which makes sense at these lows, more new users accumulating and setting up wallets on Layer 1 ETH. #ecomi #omi #veve #wallets #uniqueusers
3
Very similar. Graph indexers listen to events and record a record in an database. But even more involved you can start to apply logic to save derived conclusions. Such as updating a uniqueUsers field for an NFT (each time it’s transferred to a new address, increment by 1)
1
5
17 Nov 2020
We can make it through the winter if we supplement individual strategies (masks, distancing, handwashing), with agile place-based strategies. 7 factors to think of: #activity #uniqueusers #duration #density #ventilation #sharedobjects #flow #COVID19 @bk_soleimani @wingler_deborah
At HKS, we believe that our recovery strategies must reduce both physical and psychological risks. In a place-based approach we focus on how these networks can be optimized spatially in an agile way that sets the stage for a safe and prosperous return: hks.onl/2Uy1mF1
1
7
🔊 We are working from home non-stop to bring you more news regarding our console; such as a new KPI - Unique Users - included in your dashboard, an amazing offer from @Nexdads and a new supply partner @PubNative! hubs.ly/H0pcs-J0 #latestnews #uniqueusers #partnership

2
15 Mar 2020
Believe it or not, at the age of 11, @SubinSiby made a #Facebook/#Google #clone. A #BTech #student at Vidya Academy of Science & Technology, Thrissur, Subin now runs a #website with 4,266,068 #pageviews and 2,400,000 #uniqueusers fayz.in/link/subin_success_s… #technology #community

2
17
Throwback to a Thursday, November 2018 when we welcomed 35,778 unique users to funeral-notices.co.uk The same day 2019 - 58, 604. That's an increase of 64% in our first year. 'Mighty oaks from little acorns grow' #ThrowbackThursday #uniqueusers #dynamicwebsite #growth
1
eigentlich sollten wir vom @bernetblog da auch erfasst sein... #netmetrix #netreport #uniqueusers netreport.net-metrix.ch/prof…

1
1
22 Jul 2017
ComScore reported @Zillow had 89M UniqueUsers in June Versus 170M MUU's stated by Barton. Time $Z justified variance comscore.com/Insights/Rankin…
1
Replying to @tohuerta
@tohuerta @javilop razón no te falta Toño. Datos sobre UniqueUsers de Febrero Desktop: 55,64% iPhone: 31,63% Android: 12,71%
2
2