Posts

Goldbach’s conjecture proven

  Goldbach’s conjecture proven By me Wadï Mami Email : wmami@steg.com.tn / didipostman77@gmail.com Date : 30/10/2025   Goldbach's conjecture  is one of the oldest and best-known  unsolved problems  in  number theory  and all of  mathematics . It states that every  even   natural number  greater than 2 is the sum of two  prime numbers . ---------------------------------------------------------------------------------------------- A prime number must be an odd number The sum of 2 odd numbers is an even number Then The sum of two prime numbers is an even number (A). Erdös Theorem : For every integer n > 1, it exists always a prime number between n and 2n (Source : Le Beau livre des Maths De Pythagore à la 57 dimension DUNOD edition, author Clifford A.Pickover) By récurrence of Erdös Theorem mentioned above and (A) There is always k even number which is the sum of two prime number...

Achtung Bomb Killer

 Good day I have already shared with you my project idea  https://didipostmanprojects.blogspot.com/2025/10/running-matrix-of-spring-batch-jobs-in.html It could be used instead for malicious intention by using doGet java for seeking web sites inside a Java  program it can be used for DDos attack and can be launched from Virtual machines so you can not back  trace IP sources  No firewall hardware or software ones and no honeyspot and no measurements can stop it it will KO even your Virtual Machines and all your boxes. -- Minds, like parachutes, function best when open. ,,,              (o o) / --------oOO--(_)--OOo--------------------\ | Wadï Mami didipostman | Github :  https://www.github.com/didipostman | e-mail :  wmami@steg.com.tn  /  didipostman77@gmail.com | ----------------------------------------/

History

 التأريخ  التاريخ في ظاهره لايزيد عن الاخبار وفي باطنه نظر و تحقيق ابن خلدون History looks like only news In depth, a look  an inquiry Ibn Kholdun  L'histoire n'est que, nouvelles Au fond une vue, une quête Ibn Kholdoun  

Running a matrix of spring batch jobs in a Grid of Pcs or Servers to seek for DNA patterns in the whole Genome

  Abstract : Parallel computing is a computational method that solves a large problem by breaking it into smaller tasks and executing these tasks simultaneously on multiple processors or computing units. This approach increases efficiency and reduces computation time, enabling faster processing of large datasets and the solution of complex problems that would be too slow for traditional  serial computing ,  which uses a single processor. Common applications of parallel computing are found in high-performance computing, artificial intelligence, smartphones, and supercomputers. Concept : The following is for one node one pc or one server think if we have a grid of pcs or servers We suppose we have our Spring Batch program mvn -package https://github.com/didipostman/CRISPR-Cas9_SpringBatchApplication my project  https://github.com/didipostman/RegEditEntiresSearch-spring-batch-gridgain-KarpRabin  have a problem of multithreading ...

GridGain Spring Batch Karp Rabin

Hi everyone  I share with you my project idea. Since 2012 the idea is haunting me I share it with you may be someone  find it useful interestingand and continue dev  I have a problem to seek for string search in RegEdit Windows Tool it takes a lot of time sometimes it doesn't give nothing so I thought why not to use parallelism to seek for strings reg edit entries. So Why not to use map reduce open source Gridgain for parallelism with Spring Batch taskhandler ( it can be also a project for web searching like Google search or Bing on the internet) it could be used for searching DNA patterns in the whole Genome !!! please visit : https://github.com/didipostman/RegEditEntiresSearch-spring-batch-gridgain-KarpRabin   -- Minds, like parachutes, function best when open. ,,,                       (o o)  / --------oOO--(_)--OOo--------------------\  | Wadï Mami didipostman  | Github :  https://www.gith...

معارضة شعرية لبردة البصيري

 معارضة شعرية لبردة البصيري وديع مامي  09/10/2025 بسم الله الرحمن الرحيم الحمد لله وكفى والصلاة والسلام على عباده الذين اصطفى :يقول الامام البصيري  مولاي صل وسلم دائمًا أبدًا على حبيبك خيرِ الخلق كلهم :و أجيب أنا وديع مامي  الله صلى وسلم دائمًا أبدًا على حبيبه خيرِ الخلق كلهم الله صلى تفيد الديمومة في الماضي كقوله تعالى اقتربت الساعة وانشق القمر وقوله أيضا أتى أمر الله فلا تستعجلوه ألفها عبد الرحمن وديع مامي  -- Minds, like parachutes, function best when open. ,,,                       (o o)  / --------oOO--(_)--OOo--------------------\  | Wadï Mami didipostman  | Github :  https://www.github.com/didipostman  | e-mail : wmami@steg.com.tn / didipostman77@gmail.com | \----------------------------------------/ 

CRISPR-Cas9 Spring Batch Application

  // This application models the CRISPR-Cas9 gene-editing process as a Spring Batch job. // The genome is treated as a list of DNA base pairs, and the editing process is a batch job // that reads, processes, and "writes" changes to that data. import org.springframework.batch.core.Job; import org.springframework.batch.core.Step; import org.springframework.batch.core.configuration.annotation.EnableBatchProcessing; import org.springframework.batch.core.configuration.annotation.JobBuilderFactory; import org.springframework.batch.core.configuration.annotation.StepBuilderFactory; import org.springframework.batch.item.ItemProcessor; import org.springframework.batch.item.ItemReader; import org.springframework.batch.item.ItemWriter; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Bean; import o...

Miracles_in_the_date_of_the_birth_of_the_Prophet

Image
 

My first program in Python

 I share with you my first program I wrote in Python import random number_to_guess = random . randint ( 1 , 10 ) # number of attempts number_of_attempt = 0 begin = False input_str = input ( "Please enter a whole number between 1 et 10: \n " ) while not begin :           while ( input_str . isdigit () == False ) :         input_str = input ( "Please enter a whole number between 1 et 10: \n " )               while int ( input_str ) not in range ( 1 , 11 ) :         input_str = input ( "Please enter a whole number between 1 et 10: \n " )             number_as_int = int ( input_str )         if number_as_int > number_to_guess :         print ( "number you give > number to guess " )         input_str = input ( "Please enter a whole number between 1 et 10: \n " )...

How Spring Batch Could Inform Nanomedicine

Image
  Prompt Gemini Engineer : Wadï Mami   E-mail : wmami@steg.com.tn / didipostman77@gmail.com   Date : 31/08/2025 While Spring Batch is a software framework and not a physical component, its principles can be highly valuable in informing and optimizing the entire lifecycle of nanomedicine development, manufacturing, and data management. It provides a conceptual blueprint for tackling the significant challenges of scalability, reproducibility, and data integrity in this rapidly advancing field. Here's a breakdown of how the principles of Spring Batch could be applied: 1 . Manufacturing and Quality Control The production of nanomedicines is a complex process with a significant challenge: minimizing batch-to-batch variability. This is a critical factor for ensuring the quality, safety, and efficacy of the final product. The structured, automated approach of Spring Batch is an ideal conceptual model for this. ItemReader (Material Sourcing)...