Quantcast
Channel: Programming
Browsing latest articles
Browse All 20 View Live

RegEx - Anyone know how to do this?

I'm not very good at RegEx. I know the basics but have run into a need. Any idea how to write a RegEx that will always extract the parts in Red? Treat each line below as a separate record. These are...

View Article



RegEx (Regular Expression) issue

Can some programmer correct me regex to work in both cases? Code: (?<=<br>)[^\\\[\]\{\}]*?(?=(</br>|<br>)) Code: <br>Обожаю животных и растения. Увлекаюсь аниме , сериалами и...

View Article

Image may be NSFW.
Clik here to view.

How to renumber filenames?

How do renumber the file names? 1#filename.jpg 2#filename.jpg 3#filename.jpg ... 10000#filename.jpg If the order of the numbers is different, set the correct numbering. 1#z98709_9-.jpg 7#lkjn98JJJ.jpg...

View Article

Generic Trie/Prefix Tree Implementation

So I needed some implementation that would allow me to lookup string values and branch results off based on what I was looking for. Typically this is the appropriate job for what is called a Trie or...

View Article

CodeJam Qualification Round

So it just finished and I attempted late last night and continued late today. I wish I would have spent more time on the questions. I had the first 2 down and the cubic one I was close to solving but I...

View Article


C# 7.0 Switch Case (Pattern Matching)

A really cool feature that I've been starting to use more frequently is pattern matching which also is cleanly implemented for switch statements in C#. Example: Code: switch (_commTransport) { case...

View Article

Image may be NSFW.
Clik here to view.

[C#] FolderDrive Mapper - Developed by AceInfinity

FolderDrive Mapper Video: Preview: Description: Easily map a folder to as a virtual drive with it's own drive letter on your machine, or unmap a drive letter. Source: Form1.cs Code: using System; using...

View Article

WordPress Installation script not running?

Hi everyone, I'm hoping someone here has some experience with installing WordPress locally. I've managed to get PHP configured for IIS and can confirm that it works. I've also created a new MySQL...

View Article


CMD script to create multiple directory junctions using mklink

I guess my question isn't really about programming in its true word but more about scripting and how to create a cmd script to create multiple directory junctions using the mklink command. Here's what...

View Article


Why the below PHP cURL code is not POSTing any data?

Can anybody please tell what i am doing wrong in below code ? I am working on php script to login and scrape data from BEAMS | Login I have tried with Below curl code. PHP: <?php define('USERNAME',...

View Article

Visual Studio 2019 - Android Emulator won't start

Not sure if this is anyone's expertise here... but worth a try... Encountering the below error, ran here from cmd to get the full error output. Note, Hyper-V is functioning already on this system. I've...

View Article

Which one is better Java or Javascript?

Hello Everyone, I am confused to choose the right field in my carrier direction, which one is better java or javascript? Can anyone suggest me where I can explore more about both of them?

View Article

Where did you learn programming?

I learned multiple places and through multiple errors and my past experience. I currently know: HTML/HTML5 CSS/CSS3 JavaScript PHP - Still learning... Python (My next languages are going to consist of...

View Article


Tracing Win32 app tools?

Hi, I have been playing around with 86Box lately and for some reason it will either not start or it can take 15 to 20 seconds to start. For the life of me I cannot remember if there was a real-time...

View Article

Fortran joins the top 20 popular list in 2021

The Index How the index works

View Article


(log)-> Delete File by minifilter Driver

Hi, i read "Delete_File" Sample code by microsoft And I have a some issue what is mean in-flight change ?(I still do not understand ) microsoft/Windows-driver-samples // Race detection logic. The...

View Article

Image may be NSFW.
Clik here to view.

Enable Wpp for Minifilter Driver

Hi, I wanna enable wpp tracing for my first minifilter driver, i do that on normal driver but for minifilter i can't find any sample how can i enable this feature ? thank you

View Article


Best Way to read file in precleanUp

I monitor Delete File Operation and i want to read specific byte with fltreadfile but my issue is best way to read file i see some example to read file in precleanup clearly but another example is...

View Article

AI will now write code for you using GitHub Copilot for Visual Studio Code

AI will now write your code. (maybe)

View Article

WorkItem in kernel

I am implementing network monitoring with WFP driver. in some situation i need create workitem and waiting for completing.i looking for some statndard sample code.i saw some code that use some trick...

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images